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 hughsw
Recipients hughsw
Date 2009-11-26.23:22:19
SpamBayes Score 0.021683715
Marked as misclassified No
Message-id <1259277745.82.0.939130045667.issue7401@psf.upfronthosting.co.za>
In-reply-to
Content
The attached script demonstrates a problem on Mac OS X 10.5 whereby
Python can hang while simultaneously trying os.write with a large buffer
and os.close, from separate threads on the write and read fds
respectively of a pipe.
History
Date User Action Args
2009-11-26 23:22:25hughswsetrecipients: + hughsw
2009-11-26 23:22:25hughswsetmessageid: <1259277745.82.0.939130045667.issue7401@psf.upfronthosting.co.za>
2009-11-26 23:22:24hughswlinkissue7401 messages
2009-11-26 23:22:23hughswcreate