[issue12488] multiprocessing.Connection does not communicate pipe closure between parent and child

Charles-François Natali report at bugs.python.org
Mon Jul 4 18:57:32 CEST 2011


Charles-François Natali <neologix at free.fr> added the comment:

Well, in this regard it behaves like a Unix pipe/socket (in the duplex case it's implemented with a Unix domain socket), so I find it quite natural (of course, you have to know about FD inheritance upon fork()).
I'm not convinced it's necessary, Antoine any thought on that?

----------
nosy: +pitrou

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12488>
_______________________________________


More information about the Python-bugs-list mailing list