8000 bpo-44717: improve AttributeError on circular imports of submodules by FFY00 · Pull Request #27338 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

bpo-44717: improve AttributeError on circular imports of submodules #27338

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Jul 24, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
add new test data to the makefile
Signed-off-by: Filipe Laíns <lains@riseup.net>
  • Loading branch information
FFY00 committed Jul 24, 2021
commit c890c3ea111ca4823ca1af25c47d77ab29803c6a
2 changes: 2 additions & 0 deletions Makefile.pre.in
Original file line number Diff line number Diff line change
Expand Up @@ -1473,6 +1473,8 @@ TESTSUBDIRS= ctypes/test \
test/test_import/data \
test/test_import/data/circular_imports \
test/test_import/data/circular_imports/subpkg \
test/test_import/data/circular_imports/subpkg2 \
test/test_import/data/circular_imports/subpkg2/parent \
test/test_import/data/package \
test/test_import/data/package2 \
test/test_import/data/unwritable \
Expand Down
0