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 kristjan.jonsson
Recipients amaury.forgeotdarc, kristjan.jonsson, loewis, mhammond, ocean-city
Date 2009-02-06.15:57:21
SpamBayes Score 4.3300468e-05
Marked as misclassified No
Message-id <1233935851.1.0.0377952265875.issue4804@psf.upfronthosting.co.za>
In-reply-to
Content
I see. I had thought your code was for VS2005 (VC8)
I have changed the patch to work with VS2005 as well.
I don't think we need to worry about VS2003 so much, as I don't think 
it is an officially supported compiler for the current python 
versions.  Also, the problem with close() et al only started when we 
ported the code to Visual Studio 2005, and this is the version of 
VisualStudio that starts to make assertions about its file descriptors.
Anyway, I upload an updated version of the patch, which copes with 
VS2005 as well as VS2008
History
Date User Action Args
2009-02-06 15:57:33kristjan.jonssonsetrecipients: + kristjan.jonsson, loewis, mhammond, amaury.forgeotdarc, ocean-city
2009-02-06 15:57:31kristjan.jonssonsetmessageid: <1233935851.1.0.0377952265875.issue4804@psf.upfronthosting.co.za>
2009-02-06 15:57:27kristjan.jonssonlinkissue4804 messages
2009-02-06 15:57:26kristjan.jonssoncreate