Message398148
@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. |
|
Date |
User |
Action |
Args |
2021-07-24 13:05:20 | kj | set | recipients:
+ kj, gvanrossum, lukasz.langa, serhiy.storchaka, levkivskyi, JelleZijlstra, pablogsal, miss-islington, uriyyo, joperez, domdfcoding, dlax |
2021-07-24 13:05:20 | kj | set | messageid: <1627131920.81.0.93752802379.issue44353@roundup.psfhosted.org> |
2021-07-24 13:05:20 | kj | link | issue44353 messages |
2021-07-24 13:05:20 | kj | create | |
|