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 yan12125
Recipients barry, brett.cannon, jaraco, vstinner, yan12125
Date 2019-05-25.10:24:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1558779898.31.0.895166635078.issue34632@roundup.psfhosted.org>
In-reply-to
Content
I managed to create a setup similar to the buildbot builder "AMD64 Fedora Rawhide Clang Installed 3.x" [1] on Arch Linux. Running test_importlib on an installed CPython copy is fine now:

$ /usr/bin/python3.8 -m test.regrtest test_importlib
Run tests sequentially
0:00:00 load avg: 0.14 [1/1] test_importlib

== Tests result: SUCCESS ==

1 test OK.

Total duration: 1 sec 288 ms
Tests result: SUCCESS

I apologize for not checking things carefully and misunderstanding the issue on "AMD64 Fedora Rawhide Clang Installed 3.x".

[1] https://github.com/python/buildmaster-config/blob/master/master/custom/factories.py
History
Date User Action Args
2019-05-25 10:24:58yan12125setrecipients: + yan12125, barry, brett.cannon, jaraco, vstinner
2019-05-25 10:24:58yan12125setmessageid: <1558779898.31.0.895166635078.issue34632@roundup.psfhosted.org>
2019-05-25 10:24:58yan12125linkissue34632 messages
2019-05-25 10:24:58yan12125create