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 David.Benjamin
Recipients David.Benjamin, jcea, lemburg, pitrou, python-dev, vstinner
Date 2012-10-04.23:37:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349393849.82.0.646584628804.issue16112@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, communicate is needed if you have multiple pipes and need to be careful about both ends doing a blocking reads/writes on different ones. There's only one pipe here. Eh, whatever. If you guys really want to use communicate, I don't really care.
History
Date User Action Args
2012-10-04 23:37:29David.Benjaminsetrecipients: + David.Benjamin, lemburg, jcea, pitrou, vstinner, python-dev
2012-10-04 23:37:29David.Benjaminsetmessageid: <1349393849.82.0.646584628804.issue16112@psf.upfronthosting.co.za>
2012-10-04 23:37:29David.Benjaminlinkissue16112 messages
2012-10-04 23:37:29David.Benjamincreate