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 larry
Recipients larry
Date 2014-01-29.03:55:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390967723.74.0.917973136187.issue20431@psf.upfronthosting.co.za>
In-reply-to
Content
The functions that use PyObject_AsFileDescriptor() also call _PyVerify_fd(), which magically determines whether or not the file descriptor is valid.  Only works on Windows though.
History
Date User Action Args
2014-01-29 03:55:23larrysetrecipients: + larry
2014-01-29 03:55:23larrysetmessageid: <1390967723.74.0.917973136187.issue20431@psf.upfronthosting.co.za>
2014-01-29 03:55:23larrylinkissue20431 messages
2014-01-29 03:55:23larrycreate