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 called more than once
Type: crash Stage: needs patch
Components: Tests Versions: Python 3.1, Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: ncoghlan Nosy List: benjamin.peterson, ncoghlan, pitrou
Priority: normal Keywords:

Created on 2009-05-01 21:38 by pitrou, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg86914 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2009-05-01 21:38
This happens when looking for reference leaks:

$ ./python -m test.regrtest -R3:2 test_capi
Could not find '/home/antoine/py3k/debug/Lib/test' in sys.path to remove it
test_capi
beginning 5 repetitions
12345
test test_capi crashed -- <class '_testcapi.error'>:
test_lazy_hash_inheritance: type initialised too soon
1 test failed:
    test_capi
[93567 refs]
msg87282 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2009-05-05 21:09
Fixed in r72357.
History
Date User Action Args
2022-04-11 14:56:48adminsetgithub: 50149
2009-05-05 21:09:48benjamin.petersonsetstatus: open -> closed

nosy: + benjamin.peterson
messages: + msg87282

resolution: fixed
2009-05-01 21:38:26pitroucreate