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-06.13:09:25
SpamBayes Score 4.496901e-06
Marked as misclassified No
Message-id <1233925766.94.0.742767248776.issue4804@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry, I don't have VS2005.

By the way, _PyVerify_fd seems to be required to VC6 too. Because
fdopen(fd >= _NHANDLE_) crashes on debug build and fdopen(bad fd <
_NHANDLE_) won't set errno to EBADF.
History
Date User Action Args
2009-02-06 13:09:27ocean-citysetrecipients: + ocean-city, loewis, mhammond, amaury.forgeotdarc, kristjan.jonsson
2009-02-06 13:09:26ocean-citysetmessageid: <1233925766.94.0.742767248776.issue4804@psf.upfronthosting.co.za>
2009-02-06 13:09:25ocean-citylinkissue4804 messages
2009-02-06 13:09:25ocean-citycreate