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, pitrou, tim.golden
Date 2011-04-03.16:02:56
SpamBayes Score 0.01472637
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
The patch slows down Pipe() a bit, by the way. On my machine, each message sent and received has an additional 10µs overhead. See attached benchmark script.
History
Date User Action Args
2011-04-03 16:03:00pitrousetrecipients: + pitrou, tim.golden, jnoller, brian.curtin, asksol
2011-04-03 16:02:59pitrousetmessageid: <[email protected]>
2011-04-03 16:02:59pitroulinkissue11743 messages
2011-04-03 16:02:59pitroucreate