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 vstinner
Date 2017-06-30.10:39:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1498819180.3.0.393141617899.issue30813@psf.upfronthosting.co.za>
In-reply-to
Content
Using --huntrleaks in regrtest runs this statement in regrtest:

   unittest.BaseTestSuite._cleanup = False

This line comes from bpo-11798.

https://github.com/python/cpython/pull/2502 fixes this issue.
History
Date User Action Args
2017-06-30 10:39:40vstinnersetrecipients: + vstinner
2017-06-30 10:39:40vstinnersetmessageid: <1498819180.3.0.393141617899.issue30813@psf.upfronthosting.co.za>
2017-06-30 10:39:40vstinnerlinkissue30813 messages
2017-06-30 10:39:40vstinnercreate