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 eryksun
Recipients Andrew.Boettcher, ajaksu2, astrand, cvrebert, ericpruitt, eryksun, giampaolo.rodola, janzert, josiahcarlson, ooooooooo, parameter, r.david.murray, rosslagerwall, sbt, techtonik, v+python
Date 2014-04-03.02:55:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1396493711.56.0.237973854592.issue1191964@psf.upfronthosting.co.za>
In-reply-to
Content
multiprocessing.connection uses the _winapi module for overlapped I/O and named pipes in case you're looking for examples:

http://hg.python.org/cpython/file/3.4/Lib/multiprocessing/connection.py
History
Date User Action Args
2014-04-03 02:55:11eryksunsetrecipients: + eryksun, josiahcarlson, astrand, parameter, techtonik, giampaolo.rodola, ajaksu2, ooooooooo, v+python, r.david.murray, cvrebert, ericpruitt, Andrew.Boettcher, rosslagerwall, sbt, janzert
2014-04-03 02:55:11eryksunsetmessageid: <1396493711.56.0.237973854592.issue1191964@psf.upfronthosting.co.za>
2014-04-03 02:55:11eryksunlinkissue1191964 messages
2014-04-03 02:55:11eryksuncreate