]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-95754: Better AttributeError on partially initialised module (#112577)
authorShantanu <12621235+hauntsaninja@users.noreply.github.com>
Thu, 21 Dec 2023 21:24:10 +0000 (13:24 -0800)
committerGitHub <noreply@github.com>
Thu, 21 Dec 2023 21:24:10 +0000 (13:24 -0800)
commit61e818409567ce452af60605937cdedf582f6293
tree7ebe7cb8d398d3f8f5a645b4a47da7471036aefe
parent2d91409c690b113493e3e81efc880301d2949f5f
gh-95754: Better AttributeError on partially initialised module (#112577)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/test/test_import/__init__.py
Lib/test/test_import/data/circular_imports/import_cycle.py [new file with mode: 0644]
Misc/NEWS.d/next/Core and Builtins/2023-12-01-08-16-10.gh-issue-95754.ae4gwy.rst [new file with mode: 0644]
Objects/moduleobject.c