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 crashes when run with "-R"
Type: crash Stage: patch review
Components: Tests Versions: Python 3.1, Python 3.2, Python 2.7, Python 2.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: benjamin.peterson, flox, pitrou
Priority: normal Keywords: patch

Created on 2010-01-30 23:20 by flox, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (5)
msg98579 - (view) Author: Florent Xicluna (flox) * (Python committer) Date: 2010-01-30 23:20
test test_capi crashed -- <class 'AssertionError'>: PyDateTime_CAPI somehow initialized
1 test failed:


It was introduced in r76824.
It may be fixed with something like r72357.
msg98580 - (view) Author: Florent Xicluna (flox) * (Python committer) Date: 2010-01-30 23:21
Patch.
msg98581 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2010-01-30 23:31
Should be fixed in r77867.
msg98765 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2010-02-02 22:49
Needs to be merged in py3k :)
msg98769 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2010-02-03 01:14
As you wish: r77934.
History
Date User Action Args
2022-04-11 14:56:57adminsetgithub: 52064
2010-02-03 01:14:01benjamin.petersonsetmessages: + msg98769
2010-02-02 22:49:18pitrousetnosy: + pitrou
messages: + msg98765
2010-02-02 22:48:20floxlinkissue7841 superseder
2010-01-30 23:41:47floxsetfiles: - issue7816_test_capi.diff
2010-01-30 23:31:31benjamin.petersonsetstatus: open -> closed
resolution: fixed
messages: + msg98581
2010-01-30 23:23:49floxsetstage: patch review
2010-01-30 23:21:58floxsetfiles: + issue7816_test_capi.diff
keywords: + patch
messages: + msg98580
2010-01-30 23:20:02floxcreate