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 vstinner
Recipients vstinner
Date 2020-01-27.09:19:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1580116744.62.0.562593515869.issue39459@roundup.psfhosted.org>
In-reply-to
Content
AMD64 Fedora Stable Clang Installed 3.x:
https://buildbot.python.org/all/#/builders/127/builds/212

test_unwritable_module (test.test_import.CircularImportTests) ... ERROR

======================================================================
ERROR: test_unwritable_module (test.test_import.CircularImportTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.9/test/test_import/__init__.py", line 1347, in test_unwritable_module
    import test.test_import.data.unwritable as unwritable
ModuleNotFoundError: No module named 'test.test_import.data.unwritable'
History
Date User Action Args
2020-01-27 09:19:04vstinnersetrecipients: + vstinner
2020-01-27 09:19:04vstinnersetmessageid: <1580116744.62.0.562593515869.issue39459@roundup.psfhosted.org>
2020-01-27 09:19:04vstinnerlinkissue39459 messages
2020-01-27 09:19:04vstinnercreate