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.

classification
Title: test_capi fails when run more than once
Type: behavior Stage: resolved
Components: Tests Versions: Python 3.2
process
Status: closed Resolution: duplicate
Dependencies: Superseder: test_capi crashes when run with "-R"
View: 7816
Assigned To: benjamin.peterson Nosy List: benjamin.peterson, flox, pitrou
Priority: normal Keywords:

Created on 2010-02-02 22:46 by pitrou, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg98763 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2010-02-02 22:45
For some reason it only fails in py3k, not trunk.

test_capi
beginning 5 repetitions
12345
test test_capi crashed -- <class 'AssertionError'>: PyDateTime_CAPI somehow initialized
1 test failed:
    test_capi
[101007 refs]
msg98764 - (view) Author: Florent Xicluna (flox) * (Python committer) Date: 2010-02-02 22:48
Backport missing. See #7816
History
Date User Action Args
2022-04-11 14:56:57adminsetgithub: 52089
2010-02-02 22:48:20floxsetstatus: open -> closed

superseder: test_capi crashes when run with "-R"

nosy: + flox
messages: + msg98764
resolution: duplicate
stage: needs patch -> resolved
2010-02-02 22:46:00pitroucreate