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 alexis, brian.curtin, eric.araujo, jackjansen, kristjan.jonsson, loewis, mhammond, sable, santoso.wijaya, tarek, tim.golden, vstinner
Date 2012-03-19.08:43:58
SpamBayes Score 1.8259295e-08
Marked as misclassified No
Message-id <1332146639.86.0.501174151102.issue13210@psf.upfronthosting.co.za>
In-reply-to
Content
Super Brian, let me know if I can help.
I already did the necessary changes locally.

Martin, what I mean by "forward compatibility" is simply that the source code compiles and works with more recent versions of the compiler.  The assumption in "errnomodule.c" that e.g. WSAEAGAIN and EAGAIN are defined to the same value prevent that.  Just this little fix would fix almost everything.

I'm sure that a lot of people hacking on python compile it locally without expecting it to work out of the box with downloaded extension modules.  

FYI, Eve Online has been running with VS2010 compiled python 2.7 since the middle of last year :)
History
Date User Action Args
2012-03-19 08:44:00kristjan.jonssonsetrecipients: + kristjan.jonsson, loewis, mhammond, jackjansen, vstinner, sable, tim.golden, tarek, eric.araujo, brian.curtin, santoso.wijaya, alexis
2012-03-19 08:43:59kristjan.jonssonsetmessageid: <1332146639.86.0.501174151102.issue13210@psf.upfronthosting.co.za>
2012-03-19 08:43:59kristjan.jonssonlinkissue13210 messages
2012-03-19 08:43:58kristjan.jonssoncreate