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 ned.deily
Recipients jstewmon, ned.deily
Date 2014-07-18.22:00:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1405720800.71.0.0894562115747.issue22007@psf.upfronthosting.co.za>
In-reply-to
Content
There have been a number of EINTR-releated issues reported in the past, some unique to BSD-based systems and/or OS X; see for example, Issue9867 and Issue12268.  I don't know that any of them specifically addressed problems with writes to Python 2 file objects.  FWIW, with your test case, I'm not able to reproduce a failure on 10.9.3 using python.org 2.7.8 or 2.7.3 or with the system 2.7.5.  And, with a modified print(), I didn't see a failure with python.org 3.4.1, either.  Can you say more about the origins of your Python 2.7.2?  Have you tried with a current 2.7.8?  How quickly does the test fail, e.g. after how many iterations?
History
Date User Action Args
2014-07-18 22:00:00ned.deilysetrecipients: + ned.deily, jstewmon
2014-07-18 22:00:00ned.deilysetmessageid: <1405720800.71.0.0894562115747.issue22007@psf.upfronthosting.co.za>
2014-07-18 22:00:00ned.deilylinkissue22007 messages
2014-07-18 22:00:00ned.deilycreate