Ken Jin <kenjin4...@gmail.com> added the comment:
@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. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue44353> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com