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 corona10, pablogsal, shihai1991, terry.reedy, vstinner
Date 2020-10-27.03:21:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1603768902.55.0.326755112192.issue41736@roundup.psfhosted.org>
In-reply-to
Content
> Unless refleaks are considered security holes,

This issue is unrelated to reference leak. It's just that when you run test_site multiple times, it fails sometimes. It looks like a race condition in the test.

My notes on unstable tests:
https://pythondev.readthedocs.io/unstable_tests.html


> On Windows 10 and master, I ran 12 copies of test_site in parallel 10 times.  Then I ran -R 3:100 3 times.  All pass.  

Maybe test_site only fails when other tests are run in parallel.
History
Date User Action Args
2020-10-27 03:21:42vstinnersetrecipients: + vstinner, terry.reedy, corona10, pablogsal, shihai1991
2020-10-27 03:21:42vstinnersetmessageid: <1603768902.55.0.326755112192.issue41736@roundup.psfhosted.org>
2020-10-27 03:21:42vstinnerlinkissue41736 messages
2020-10-27 03:21:41vstinnercreate