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 Segev Finer, eryksun, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2017-06-09.09:37:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1497001075.45.0.754958579148.issue30601@psf.upfronthosting.co.za>
In-reply-to
Content
Eryk Sun: "Segev included a fix for this leak in PR 1927 for bpo30555, but I suppose it's better to fix it separately."

I saw this PR but it changes a lot of code. I didn't notice that it fixes this bug as well.

I chose to fix quickly the refleak to be able to detect more easily future refleaks (ie. repair the new refleak windows buildbot!

--

"AMD64 Windows8.1 Refleaks 3.6" buildbot confirms that test_winconsoleio doesn't leak anymore! So I close this issue.
History
Date User Action Args
2017-06-09 09:37:55vstinnersetrecipients: + vstinner, paul.moore, tim.golden, zach.ware, eryksun, steve.dower, Segev Finer
2017-06-09 09:37:55vstinnersetmessageid: <1497001075.45.0.754958579148.issue30601@psf.upfronthosting.co.za>
2017-06-09 09:37:55vstinnerlinkissue30601 messages
2017-06-09 09:37:55vstinnercreate