Amaury Forgeot d'Arc <amaur...@gmail.com> added the comment:

The _multiprocessing module already have similar objects.
_multiprocessing.Connection is based on file descriptors (and initialized with 
the result of os.pipe())
_multiprocessing.PipeConnection uses Windows named pipes.

----------
nosy: +amaury.forgeotdarc

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

Reply via email to