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.10:45:49
SpamBayes Score 2.5852669e-06
Marked as misclassified No
Message-id <1233917154.76.0.275966645182.issue4804@psf.upfronthosting.co.za>
In-reply-to
Content
I've taken the patch from Hirokazu and enhanced it:
1) it needed work to function with Visual Studio 2008
2) It now exposes a function so that _fileio.c can make use of it too.
3) Turned off the CRT manipulation in exceptions.c
4) Fixed minor problems, e.g. with dup2
5) Added comments

A VS2008 compilation runs the testsuite just fine. Maybe Hirozaku can 
test this with his VS2005?
History
Date User Action Args
2009-02-06 10:45:54kristjan.jonssonsetrecipients: + kristjan.jonsson, loewis, mhammond, amaury.forgeotdarc, ocean-city
2009-02-06 10:45:54kristjan.jonssonsetmessageid: <1233917154.76.0.275966645182.issue4804@psf.upfronthosting.co.za>
2009-02-06 10:45:53kristjan.jonssonlinkissue4804 messages
2009-02-06 10:45:53kristjan.jonssoncreate