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 xiang.zhang
Recipients JelleZijlstra, brett.cannon, ned.deily, python-dev, smcv, xiang.zhang
Date 2016-08-16.03:19:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1471317573.56.0.603930108301.issue27736@psf.upfronthosting.co.za>
In-reply-to
Content
We don't have to change Lib/test/test_capi.py. It has already got a repeated init and fini test[1]. All we need to do is increase the loop number[2]. I have tried with 15, the test case fails reliably. And with the previous patch applied, it won't fail.

[1] https://hg.python.org/cpython/file/tip/Lib/test/test_capi.py#l386
[2] https://hg.python.org/cpython/file/tip/Programs/_testembed.c#l44
History
Date User Action Args
2016-08-16 03:19:33xiang.zhangsetrecipients: + xiang.zhang, brett.cannon, ned.deily, python-dev, JelleZijlstra, smcv
2016-08-16 03:19:33xiang.zhangsetmessageid: <1471317573.56.0.603930108301.issue27736@psf.upfronthosting.co.za>
2016-08-16 03:19:33xiang.zhanglinkissue27736 messages
2016-08-16 03:19:32xiang.zhangcreate