Antoine Pitrou added the comment:

Gregory, it seems fixed indeed under Unix but I'm not sure about Windows. Read 
what I wrote above: apparently the cleanup code calls os.close() on a Windows 
HANDLE; then conveniently it swallows the exception :-)

Also, the Windows version of _execute_child doesn't set _closed_child_pipe_fds.

----------

_______________________________________
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