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 rmore
Recipients kevinwatters, rmore
Date 2009-05-07.04:24:13
SpamBayes Score 0.0010316763
Marked as misclassified No
Message-id <1241670254.93.0.0473609193406.issue5949@psf.upfronthosting.co.za>
In-reply-to
Content
Isn't the call to read(1) blocking in this case?

If so the only reason it should spin would be if it returned an empty 
string representing EOF.

Couldn't we just add a check for an empty string and, if found, raise an 
EOF exception?
History
Date User Action Args
2009-05-07 04:24:15rmoresetrecipients: + rmore, kevinwatters
2009-05-07 04:24:14rmoresetmessageid: <1241670254.93.0.0473609193406.issue5949@psf.upfronthosting.co.za>
2009-05-07 04:24:13rmorelinkissue5949 messages
2009-05-07 04:24:13rmorecreate