Antoine Pitrou added the comment:

I wonder how the closing works under Windows. os.close() is called on handles 
returned by _get_handles(), but those are Windowns HANDLE values, not C file 
descriptors: os.close() probably fails on them (don't have a Windows VM to 
check, sorry). I guess the HANDLEs are then leaked...

----------

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

Reply via email to