]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38735: Don't fail when importing from / with sys.pycache_prefix set (GH-30456)
authorPetr Viktorin <encukou@gmail.com>
Mon, 18 Aug 2025 11:53:01 +0000 (13:53 +0200)
committerGitHub <noreply@github.com>
Mon, 18 Aug 2025 11:53:01 +0000 (13:53 +0200)
commitd8a9466e29f59f81aacf1959b835862bcd47b731
treea94546ab18317c83f56800a37759f5cb96700552
parent043f251154fbac9a4e66243b8cae220a284ed1c4
bpo-38735: Don't fail when importing from / with sys.pycache_prefix set (GH-30456)

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]