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 pitrou
Recipients asksol, brian.curtin, jnoller, kristjan.jonsson, pitrou, tim.golden
Date 2011-03-25.00:32:48
SpamBayes Score 0.0016855486
Marked as misclassified No
Message-id <1301013170.35.0.426122251522.issue11668@psf.upfronthosting.co.za>
In-reply-to
Content
For the record, the polling code is in conn_poll() in Modules/_multiprocessing/pipe_connection.c.
Windows named pipes seem to be created in pure Python in Lib/multiprocessing/connection.py.
History
Date User Action Args
2011-03-25 00:32:50pitrousetrecipients: + pitrou, kristjan.jonsson, tim.golden, jnoller, brian.curtin, asksol
2011-03-25 00:32:50pitrousetmessageid: <1301013170.35.0.426122251522.issue11668@psf.upfronthosting.co.za>
2011-03-25 00:32:48pitroulinkissue11668 messages
2011-03-25 00:32:48pitroucreate