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 vstinner
Recipients python-dev, skrah, vstinner, xdegaye
Date 2014-10-09.20:21:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412886089.38.0.693487706562.issue22588@psf.upfronthosting.co.za>
In-reply-to
Content
> but occur systematically with '-R 23:23' or a greater run count.

I was able to reproduce the issue. I found that the error came from test_incref_decref_API(). After my change, it looks like test_capi doesn't crash anymore.

$ ./python -m test -R 23:23 test_capi
[1/1] test_capi
beginning 46 repetitions
1234567890123456789012345678901234567890123456
..............................................
1 test OK.

Can you confirm Xavier?
History
Date User Action Args
2014-10-09 20:21:29vstinnersetrecipients: + vstinner, skrah, xdegaye, python-dev
2014-10-09 20:21:29vstinnersetmessageid: <1412886089.38.0.693487706562.issue22588@psf.upfronthosting.co.za>
2014-10-09 20:21:29vstinnerlinkissue22588 messages
2014-10-09 20:21:29vstinnercreate