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 belopolsky, davin, emilyemorehouse, eric.snow, miss-islington, ncoghlan, ned.deily, pitrou, pmpp, steve.dower, vstinner, zach.ware
Date 2020-05-14.16:19:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1589473174.41.0.379733786657.issue32604@roundup.psfhosted.org>
In-reply-to
Content
The buildbots are broken for one whole week and nobody is available to investigate the reference leak regression. Following the CI policy, I wrote PR 20089 to revert the change which broke the CI:
https://pythondev.readthedocs.io/ci.html#revert-on-fail

If someone wants to push again the change, make sure that "./python -m test -R 3:3 test__xxsubinterpreters" does not leak.
History
Date User Action Args
2020-05-14 16:19:34vstinnersetrecipients: + vstinner, ncoghlan, belopolsky, pitrou, ned.deily, pmpp, eric.snow, zach.ware, steve.dower, davin, emilyemorehouse, miss-islington
2020-05-14 16:19:34vstinnersetmessageid: <1589473174.41.0.379733786657.issue32604@roundup.psfhosted.org>
2020-05-14 16:19:34vstinnerlinkissue32604 messages
2020-05-14 16:19:33vstinnercreate