]> granicus.if.org Git - python/commit
Improves test_underpth_nosite_file to reveal why it fails. (#1763)
authorSteve Dower <steve.dower@microsoft.com>
Tue, 23 May 2017 23:25:25 +0000 (16:25 -0700)
committerGitHub <noreply@github.com>
Tue, 23 May 2017 23:25:25 +0000 (16:25 -0700)
commit9b33bf50dae997b01dfe24878a58100da61b89e1
tree53f8a3012f23ba54c53a87a541e27d9901c39ea8
parent66dc33b6822be93f85d84d24d3f9159ff568fbbb
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.
Lib/test/test_site.py
PCbuild/python.props
Python/pylifecycle.c