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 pitrou
Recipients amaury.forgeotdarc, exarkun, gvanrossum, ocean-city, pitrou, zmedico
Date 2009-05-16.20:38:31
SpamBayes Score 2.255316e-05
Marked as misclassified No
Message-id <1242506312.74.0.96821570255.issue5380@psf.upfronthosting.co.za>
In-reply-to
Content
Uh, a file descriptor returned by openpty() doesn't satisfy S_ISFIFO().
It's just reported as a character device by fstat (st_mode is 0o20666).
Perhaps the best thing is to just let the error propagate, since after
all the user tries to read more bytes than are available.
History
Date User Action Args
2009-05-16 20:38:32pitrousetrecipients: + pitrou, gvanrossum, exarkun, amaury.forgeotdarc, ocean-city, zmedico
2009-05-16 20:38:32pitrousetmessageid: <1242506312.74.0.96821570255.issue5380@psf.upfronthosting.co.za>
2009-05-16 20:38:31pitroulinkissue5380 messages
2009-05-16 20:38:31pitroucreate