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 vstinner
Recipients jstewmon, ned.deily, vstinner
Date 2014-07-18.22:32:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1405722739.7.0.234810777494.issue22007@psf.upfronthosting.co.za>
In-reply-to
Content
I can reproduce the issue on Linux:

Traceback (most recent call last):
  File "x.py", line 26, in <module>
    f.write('starting program: {}\n'.format(program))
IOError: [Errno 4] Interrupted system call
History
Date User Action Args
2014-07-18 22:32:19vstinnersetrecipients: + vstinner, ned.deily, jstewmon
2014-07-18 22:32:19vstinnersetmessageid: <1405722739.7.0.234810777494.issue22007@psf.upfronthosting.co.za>
2014-07-18 22:32:19vstinnerlinkissue22007 messages
2014-07-18 22:32:19vstinnercreate