]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-59110: zipimport: support namespace packages when no directory entry exists (GH...
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 4 Jul 2024 15:04:24 +0000 (18:04 +0300)
committerGitHub <noreply@github.com>
Thu, 4 Jul 2024 15:04:24 +0000 (15:04 +0000)
commit17d5b9df10f53ae3c09c8b22f27d25d9e83b4b7e
treeb50577a98acfc4133de2f3387c885175ddf7ab07
parentdb1729143de0775c99e0453cb0fc01a799f289a0
gh-59110: zipimport: support namespace packages when no directory entry exists (GH-121233)
Lib/test/test_importlib/test_namespace_pkgs.py
Lib/test/test_zipimport.py
Lib/zipimport.py
Misc/NEWS.d/next/Library/2024-07-04-17-36-03.gh-issue-59110.IlI9Fz.rst [new file with mode: 0644]