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 BreamoreBoy, ezio.melotti, neologix, pitrou, python-dev, sbt, vstinner
Date 2014-07-29.19:57:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1406663846.59.0.178947355749.issue18174@psf.upfronthosting.co.za>
In-reply-to
Content
> fstat() can do I/O, or can fail for other reasons.

Oh, I forgot this reason. Maybe we should add a comment to explain that. I mean in the patch for this issue but also in is_valid_fd() (Python/pythonrun.c).
History
Date User Action Args
2014-07-29 19:57:26vstinnersetrecipients: + vstinner, pitrou, ezio.melotti, neologix, BreamoreBoy, python-dev, sbt
2014-07-29 19:57:26vstinnersetmessageid: <1406663846.59.0.178947355749.issue18174@psf.upfronthosting.co.za>
2014-07-29 19:57:26vstinnerlinkissue18174 messages
2014-07-29 19:57:26vstinnercreate