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 aronacher
Recipients aronacher, loewis, ned.deily, ronaldoussoren
Date 2010-09-16.12:38:39
SpamBayes Score 0.00034166675
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
There is a funny story related to that though :)

"BSD avoids EINTR entirely and provides a more convenient approach:
 to restart the interrupted primitive, instead of making it fail."

BSD does, but the Mach/XNU kernel combo on OS X is not.  Which is why all the shipped BSD tools have that bug, but if you run their GNU equivalents on OS X everything work as expected.
History
Date User Action Args
2010-09-16 12:38:44aronachersetrecipients: + aronacher, loewis, ronaldoussoren, ned.deily
2010-09-16 12:38:43aronachersetmessageid: <[email protected]>
2010-09-16 12:38:39aronacherlinkissue9867 messages
2010-09-16 12:38:39aronachercreate