]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-93334: Fix homonym edge case in PathFinder.find_spec() (GH-98100)
authorJacob Walls <jacobtylerwalls@gmail.com>
Fri, 5 Sep 2025 22:41:01 +0000 (18:41 -0400)
committerGitHub <noreply@github.com>
Fri, 5 Sep 2025 22:41:01 +0000 (15:41 -0700)
commit92b2a8a04dca506f4d2a64d68d3cc7f490a63b34
tree6b0b3d83d67278a5f1aad55936379a21fa221235
parent83688950490f26d098a462569201ef8e94378852
gh-93334: Fix homonym edge case in PathFinder.find_spec() (GH-98100)
Lib/importlib/_bootstrap_external.py
Lib/test/test_importlib/namespace_pkgs/foo/README.md [new file with mode: 0644]
Lib/test/test_importlib/test_namespace_pkgs.py
Makefile.pre.in
Misc/NEWS.d/next/Library/2022-10-08-14-56-07.gh-issue-93334.0KUm8d.rst [new file with mode: 0644]