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 hroncok
Recipients hroncok, jaraco, xtreak
Date 2021-06-18.12:21:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1624018911.78.0.0765379058003.issue44451@roundup.psfhosted.org>
In-reply-to
Content
Also reproducible without --enable-shared.

[cpython (main)]$ ./configure && make
[cpython (main)]$ ./python --version
Python 3.11.0a0

[cpython (main)]$ ./python -m test test_importlib
0:00:00 load avg: 5.40 Run tests sequentially
0:00:00 load avg: 5.40 [1/1] test_importlib
test test_importlib failed -- Traceback (most recent call last):
  File "/home/churchyard/Dokumenty/RedHat/cpython/Lib/test/test_importlib/test_metadata_api.py", line 145, in test_entry_points_by_index
    expected = next(iter(caught))
StopIteration

test_importlib failed

== Tests result: FAILURE ==

1 test failed:
    test_importlib

Total duration: 3.5 sec
Tests result: FAILURE
History
Date User Action Args
2021-06-18 12:21:51hroncoksetrecipients: + hroncok, jaraco, xtreak
2021-06-18 12:21:51hroncoksetmessageid: <1624018911.78.0.0765379058003.issue44451@roundup.psfhosted.org>
2021-06-18 12:21:51hroncoklinkissue44451 messages
2021-06-18 12:21:51hroncokcreate