This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jackdied
Recipients baikie, jackdied, synapse, therve, wiml
Date 2010-02-23.23:34:00
SpamBayes Score 0.0032917692
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
one of the other sprinters just pointed out that Modules/_multiprocessing.c (py3k branch) uses sendmsg/recvmsg internally to pass file descriptors back and forth.  The code is very short and readable.
History
Date User Action Args
2010-02-23 23:34:01jackdiedsetrecipients: + jackdied, therve, baikie, synapse, wiml
2010-02-23 23:34:01jackdiedsetmessageid: <[email protected]>
2010-02-23 23:34:00jackdiedlinkissue6560 messages
2010-02-23 23:34:00jackdiedcreate