]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-112414: Fix `AttributeError` when calling `repr()` on a namespace package imported...
authorAlex Waygood <Alex.Waygood@Gmail.com>
Mon, 27 Nov 2023 08:19:29 +0000 (08:19 +0000)
committerGitHub <noreply@github.com>
Mon, 27 Nov 2023 08:19:29 +0000 (08:19 +0000)
commit0622839cfedacbb48eba27180fd0f0586fe97771
tree8fb1657b9ff18918a4f9a0c0819e413e42f35787
parente954ac7205d7a6e356c1736eb372d2b50dbd9f69
gh-112414: Fix `AttributeError` when calling `repr()` on a namespace package imported with a custom loader (#112425)
Lib/importlib/_bootstrap.py
Lib/test/test_importlib/import_/test___loader__.py
Lib/test/test_importlib/test_namespace_pkgs.py
Misc/NEWS.d/next/Library/2023-11-26-13-44-19.gh-issue-112414.kx2E7S.rst [new file with mode: 0644]