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 loewis
Recipients Kotan, amaury.forgeotdarc, brian.curtin, loewis, pitrou, tim.golden
Date 2010-11-20.20:34:41
SpamBayes Score 0.050079726
Marked as misclassified No
Message-id <1290285283.28.0.934643437743.issue10469@psf.upfronthosting.co.za>
In-reply-to
Content
Oops, I was confused. My copy is VS 2008, of course. So that's another incompatible change in VS 2010. Tcl, Ruby, and curl are ahead of us, here:

http://redmine.ruby-lang.org/issues/show/3092
http://sourceforge.net/tracker/index.php?func=detail&aid=3019634&group_id=10894&atid=310894
http://www.mail-archive.com/curl-library@cool.haxx.se/msg05164.html

I think we can work around that by switching the order of preference: use WSA constants if available, and errno.h values otherwise.

Kotan: can you please search the CRT sources whether these "POSIX" values are used anywhere?
History
Date User Action Args
2010-11-20 20:34:43loewissetrecipients: + loewis, amaury.forgeotdarc, pitrou, tim.golden, brian.curtin, Kotan
2010-11-20 20:34:43loewissetmessageid: <1290285283.28.0.934643437743.issue10469@psf.upfronthosting.co.za>
2010-11-20 20:34:42loewislinkissue10469 messages
2010-11-20 20:34:41loewiscreate