]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-33237: Improve AttributeError message for partially initialized module. (GH-6398)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 30 Oct 2018 11:19:51 +0000 (13:19 +0200)
committerGitHub <noreply@github.com>
Tue, 30 Oct 2018 11:19:51 +0000 (13:19 +0200)
commit3e429dcc242e48fa4cbb1a91cf7c416c37b97b4e
tree6e84750ed25ac0ec74e491a4261ce4338bff4fa0
parent95b6acf951fa7f503a3cc5ce7d969d7bcf2f95c9
bpo-33237: Improve AttributeError message for partially initialized module. (GH-6398)
Include/moduleobject.h
Lib/test/test_import/__init__.py
Lib/test/test_import/data/circular_imports/source.py [new file with mode: 0644]
Lib/test/test_import/data/circular_imports/use.py [new file with mode: 0644]
Misc/NEWS.d/next/Core and Builtins/2018-07-24-12-54-57.bpo-33237.O95mps.rst [new file with mode: 0644]
Objects/moduleobject.c
Python/import.c