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 ocean-city
Recipients amaury.forgeotdarc, kristjan.jonsson, loewis, mhammond, ocean-city
Date 2009-02-03.13:39:25
SpamBayes Score 0.040303376
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
>Only file descriptors seem to have no way to verify them.
How about _get_osfhandle()? (Strictly, there is race condition between
_get_osfhandle and fdopen etc though)
History
Date User Action Args
2009-02-03 17:06:13ocean-cityunlinkissue4804 messages
2009-02-03 13:39:27ocean-citysetrecipients: + ocean-city, loewis, mhammond, amaury.forgeotdarc, kristjan.jonsson
2009-02-03 13:39:27ocean-citysetmessageid: <[email protected]>
2009-02-03 13:39:25ocean-citylinkissue4804 messages
2009-02-03 13:39:25ocean-citycreate