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 paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2017-06-08.15:17:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1496935051.0.0.730830077093.issue30601@psf.upfronthosting.co.za>
In-reply-to
Content
The following code leaks one reference:

f = _io._WindowsConsoleIO('CONIO$', 'r')
f.close()
f = None
History
Date User Action Args
2017-06-08 15:17:31vstinnersetrecipients: + vstinner, paul.moore, tim.golden, zach.ware, steve.dower
2017-06-08 15:17:31vstinnersetmessageid: <1496935051.0.0.730830077093.issue30601@psf.upfronthosting.co.za>
2017-06-08 15:17:30vstinnerlinkissue30601 messages
2017-06-08 15:17:30vstinnercreate