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 Tor.Colvin
Recipients Tor.Colvin
Date 2014-06-15.17:32:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1402853550.81.0.562777788511.issue21772@psf.upfronthosting.co.za>
In-reply-to
Content
platform.uname() periodically spews EINTR errors on mac - so use subproces.communicate() which is EINTR safe after http://bugs.python.org/issue1068268

Calling f.read() on naked os.open() output can produce "IOError: [Errno 4] Interrupted system call". Attached is a suggested fix.
History
Date User Action Args
2014-06-15 17:32:30Tor.Colvinsetrecipients: + Tor.Colvin
2014-06-15 17:32:30Tor.Colvinsetmessageid: <1402853550.81.0.562777788511.issue21772@psf.upfronthosting.co.za>
2014-06-15 17:32:30Tor.Colvinlinkissue21772 messages
2014-06-15 17:32:30Tor.Colvincreate