STINNER Victor added the comment:

> 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?

----------
nosy: +haypo

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22588>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to