Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 9b33bf50dae997b01dfe24878a58100da61b89e1 https://github.com/python/cpython/commit/9b33bf50dae997b01dfe24878a58100da61b89e1 Author: Steve Dower <steve.dower at microsoft.com> Date: 2017年05月23日 (2017年5月23日) Changed paths: M Lib/test/test_site.py M PCbuild/python.props M Python/pylifecycle.c Log Message: ----------- Improves test_underpth_nosite_file to reveal why it fails. (#1763) * Improves test_underpth_nosite_file to reveal why it fails. * Enable building with Windows 10 SDK. * Fix WinSDK detection * Fix initialization on Windows when a ._pth file exists. * Fix tabs * Adds comment about Py_GetPath call.