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 louielu, serhiy.storchaka, vstinner
Date 2017-06-26.23:47:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1498520876.34.0.243028908242.issue30675@psf.upfronthosting.co.za>
In-reply-to
Content
I tested: "./python -m test -j2 -R 3:3 -m test_random_open test_zipfile" now pass on 2.7, 3.5, 3.6 and master branches. So this issue is now fixed.

By the way, bpo-30776 should reduce even further false positive when hunting reference leaks.
History
Date User Action Args
2017-06-26 23:47:56vstinnersetrecipients: + vstinner, serhiy.storchaka, louielu
2017-06-26 23:47:56vstinnersetmessageid: <1498520876.34.0.243028908242.issue30675@psf.upfronthosting.co.za>
2017-06-26 23:47:56vstinnerlinkissue30675 messages
2017-06-26 23:47:56vstinnercreate