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 brian.curtin, kristjan.jonsson, loewis, pitrou, python-dev, sbt, tim.golden
Date 2012-04-27.10:10:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1335521430.83.0.717772248657.issue11618@psf.upfronthosting.co.za>
In-reply-to
Content
Antoine: of course, sorry for rushing you.

Martin, 
This is an XP patch.  The "vista" option is put in there as a compile time option, and disabled by hand.  I'm not adding any apis that weren't already in use since the new gil (windows Semaphores).

Incidentally, we should make sure that python defines NTDDI_VERSION to NTDDI_WINXP (0x05010000), either in the sources before including "windows" (tricky) or in the solution (probably in the .prefs files)

This will ensure that we don't attempt to use non-existent features, unless we dynamically check for them.
History
Date User Action Args
2012-04-27 10:10:30kristjan.jonssonsetrecipients: + kristjan.jonsson, loewis, pitrou, tim.golden, brian.curtin, python-dev, sbt
2012-04-27 10:10:30kristjan.jonssonsetmessageid: <1335521430.83.0.717772248657.issue11618@psf.upfronthosting.co.za>
2012-04-27 10:10:30kristjan.jonssonlinkissue11618 messages
2012-04-27 10:10:30kristjan.jonssoncreate