]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-20490: Improve circular import error message (GH-15308)
authorSteve Dower <steve.dower@python.org>
Mon, 9 Sep 2019 16:45:18 +0000 (09:45 -0700)
committerGitHub <noreply@github.com>
Mon, 9 Sep 2019 16:45:18 +0000 (09:45 -0700)
commit2d5594fac21a81a06f82c3605318dfa96e72398f
treea517131bd3e842634fac53510874875bb104b3cf
parent78d15faf6c522619098e94be3e7f6d88a9e61123
bpo-20490: Improve circular import error message (GH-15308)
Lib/test/test_import/__init__.py
Lib/test/test_import/data/circular_imports/from_cycle1.py [new file with mode: 0644]
Lib/test/test_import/data/circular_imports/from_cycle2.py [new file with mode: 0644]
Misc/NEWS.d/next/Core and Builtins/2019-08-15-12-48-36.bpo-20490.-hXeEn.rst [new file with mode: 0644]
Python/ceval.c