STINNER Victor added the comment:

The following code leaks one reference:

f = _io._WindowsConsoleIO('CONIO$', 'r')
f.close()
f = None

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue30601>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to