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 gvanrossum
Recipients David.Edelsohn, db3l, gvanrossum, larry, ncoghlan, neologix, pitrou, python-dev, skrah
Date 2013-10-20.03:56:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAP7+vJJAmL53_7PC3Xa6RDOwOPwgs+n-YiWkSZ2P7zaJdRFbPw@mail.gmail.com>
In-reply-to <1382237140.17.0.876748290415.issue19293@psf.upfronthosting.co.za>
Content
I wonder if subprocess pipes have a version of the race condition I fixed
for sockets yesterday:

http://code.google.com/p/tulip/source/detail?r=2d392599fa067038b5fc9eeaf051011307aeadee

The pipe code seems derived from the socket code long ago.
History
Date User Action Args
2013-10-20 03:56:17gvanrossumsetrecipients: + gvanrossum, db3l, ncoghlan, pitrou, larry, skrah, neologix, python-dev, David.Edelsohn
2013-10-20 03:56:17gvanrossumlinkissue19293 messages
2013-10-20 03:56:16gvanrossumcreate