Antoine Pitrou added the comment:

As for Process, it doesn't have a close() method right now, so you should lose 
all references to a Process object once you are done with it.  When a Process 
is garbage-collected, its Popen object is garbage-collected too, and the Popen 
object's Finalizer then closes the sentinel fd.

----------

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

Reply via email to