]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-93461: Invalidate sys.path_importer_cache entries with relative paths (GH-93653)
authorChristian Heimes <christian@python.org>
Fri, 10 Jun 2022 21:56:26 +0000 (23:56 +0200)
committerGitHub <noreply@github.com>
Fri, 10 Jun 2022 21:56:26 +0000 (23:56 +0200)
commit09243b898a13f3f61e275c1031143d1225e70916
treefe8d33df19d464585d2f4391c262b225834f3f28
parentcf730b595eea0460a7305205f7dfb6ecf0346351
gh-93461: Invalidate sys.path_importer_cache entries with relative paths (GH-93653)
Lib/importlib/_bootstrap_external.py
Lib/test/test_import/__init__.py
Lib/test/test_importlib/import_/test_path.py
Lib/test/test_importlib/test_api.py
Misc/NEWS.d/next/Core and Builtins/2022-06-09-19-19-02.gh-issue-93461.5DqP1e.rst [new file with mode: 0644]