]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-109276: Complete test.pythoninfo (#109312)
authorVictor Stinner <vstinner@python.org>
Tue, 12 Sep 2023 02:50:05 +0000 (04:50 +0200)
committerGitHub <noreply@github.com>
Tue, 12 Sep 2023 02:50:05 +0000 (02:50 +0000)
commitdf4f0fe203a66ffa61c8ea71d30c87d13b973d3b
treed9eaa9db368f14a5c2c99576db38c1dd2aef8b2c
parent936376916100681d46db117bae0ec05adf338051
gh-109276: Complete test.pythoninfo (#109312)

* Enable collect_sysconfig() on Windows.
* Add sysconfig 'abs_builddir' and 'srcdir'
* Add sysconfig.is_python_build()
* Add tempfile.gettempdir()
* Remove compatiblity with Python 2.7 (print_function).
Lib/test/pythoninfo.py