]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-82916: Don't fail when importing from / with sys.pycache_prefix set (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 18 Sep 2025 13:37:39 +0000 (15:37 +0200)
committerGitHub <noreply@github.com>
Thu, 18 Sep 2025 13:37:39 +0000 (15:37 +0200)
commit7de5d02b3052f47f3efdc712ab097f680fe8f232
tree4441cd261ec485382b74d65a45d66e49df49dcf2
parent24b699231bba785d30309969fec9a049b2a294ac
[3.13] gh-82916: Don't fail when importing from / with sys.pycache_prefix set (GH-30456) (GH-137905)

(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]