Guido van Rossum added the comment:

I don't actually know if the 5th option is possible. My strong requirement is 
that no matter what the child process does, the parent should still be able to 
continue using the loop. IMO it's better to leak a FD in the child than to 
close a resource owned by the parent. Within those constraints I'm okay with 
various solutions.

----------

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

Reply via email to