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 brandtbucher, pablogsal, rhettinger, serhiy.storchaka, tim.peters, vstinner
Date 2020-12-03.09:34:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1606988051.71.0.00879387302039.issue42536@roundup.psfhosted.org>
In-reply-to
Content
The zip bug is quite old and was already tested by test_itertools for a very long time. Suddenly, it started to fail on more and more Refleaks buildbots. It may be because the GC must be triggered at a very specific point, and the default GC threshold triggers the issue with latest test_itertools changes.
History
Date User Action Args
2020-12-03 09:34:11vstinnersetrecipients: + vstinner, tim.peters, rhettinger, serhiy.storchaka, pablogsal, brandtbucher
2020-12-03 09:34:11vstinnersetmessageid: <1606988051.71.0.00879387302039.issue42536@roundup.psfhosted.org>
2020-12-03 09:34:11vstinnerlinkissue42536 messages
2020-12-03 09:34:10vstinnercreate