]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-93461: Invalidate sys.path_importer_cache entries with relative paths (GH-93653)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 13 Jun 2022 06:29:59 +0000 (23:29 -0700)
committerGitHub <noreply@github.com>
Mon, 13 Jun 2022 06:29:59 +0000 (23:29 -0700)
commit3d1c080591910c9c1ee80e5465ce7c91b67c907d
tree73ed1543305b638772713e4440565adf7b49baea
parent536af65e96490689c4d2eccc0afc3323f5763ff8
gh-93461: Invalidate sys.path_importer_cache entries with relative paths (GH-93653)

(cherry picked from commit 09243b898a13f3f61e275c1031143d1225e70916)

Co-authored-by: Christian Heimes <christian@python.org>
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]