]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-82916: Don't fail when importing from / with sys.pycache_prefix set (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 7 Oct 2025 16:55:33 +0000 (18:55 +0200)
committerGitHub <noreply@github.com>
Tue, 7 Oct 2025 16:55:33 +0000 (18:55 +0200)
commitddd12644698794ed9cdb9c15d3684cf1811f3409
tree30a4b538d92962112868ae21b1cbb3f8fbf6ce26
parent0accda746823e4baa30b1cf10d25317a70e556c0
[3.14] gh-82916: Don't fail when importing from / with sys.pycache_prefix set (GH-30456) (GH-137906)

(cherry picked from commit d8a9466e29f59f81aacf1959b835862bcd47b731)

Co-authored-by: Petr Viktorin <encukou@gmail.com>
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/importlib/_bootstrap_external.py
Lib/test/test_importlib/test_util.py
Misc/NEWS.d/next/Library/2022-01-07-16-56-57.bpo-38735.NFfJX6.rst [new file with mode: 0644]