This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author kj
Recipients JelleZijlstra, dlax, domdfcoding, gvanrossum, joperez, kj, levkivskyi, lukasz.langa, miss-islington, pablogsal, serhiy.storchaka, uriyyo
Date 2021-07-24.13:05:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1627131920.81.0.93752802379.issue44353@roundup.psfhosted.org>
In-reply-to
Content
@Pablo, I don't think this change is causing the buildbots to fail. The test failure on all the currently failing buildbots is:

======================================================================
ERROR: test_absolute_circular_submodule (test.test_import.CircularImportTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/test/test_import/__init__.py", line 1355, in test_absolute_circular_submodule
    import test.test_import.data.circular_imports.subpkg2.parent
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'test.test_import.data.circular_imports.subpkg2'
----------------------------------------------------------------------

Which seems to be GH-27299.
History
Date User Action Args
2021-07-24 13:05:20kjsetrecipients: + kj, gvanrossum, lukasz.langa, serhiy.storchaka, levkivskyi, JelleZijlstra, pablogsal, miss-islington, uriyyo, joperez, domdfcoding, dlax
2021-07-24 13:05:20kjsetmessageid: <1627131920.81.0.93752802379.issue44353@roundup.psfhosted.org>
2021-07-24 13:05:20kjlinkissue44353 messages
2021-07-24 13:05:20kjcreate