]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46049: Fixes ._pth support on non-Windows (GH-30051)
authorSteve Dower <steve.dower@python.org>
Sat, 11 Dec 2021 15:06:17 +0000 (15:06 +0000)
committerGitHub <noreply@github.com>
Sat, 11 Dec 2021 15:06:17 +0000 (15:06 +0000)
commitbfc59ed0a00106f5ba4a32a0c5b3dbe71d12665d
tree0028ea748d35353eb200a4d7ad937be4c6a3d625
parent971ece8e1738b1107dda692cc44c6d8ddce384cd
bpo-46049: Fixes ._pth support on non-Windows (GH-30051)
Lib/test/test_site.py
Misc/NEWS.d/next/Core and Builtins/2021-12-11-13-49-19.bpo-46049.9dNto2.rst [new file with mode: 0644]
Modules/getpath.c
Modules/getpath.py