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 pitrou
Recipients brian.curtin, kristjan.jonsson, loewis, pitrou, python-dev, sbt, tim.golden
Date 2012-04-27.14:14:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1335536095.05.0.297223797874.issue11618@psf.upfronthosting.co.za>
In-reply-to
Content
> 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).

Martin means that you shouldn't use #ifdef's but runtime detection, so that we can provide a single installer for all Windows versions.
History
Date User Action Args
2012-04-27 14:14:55pitrousetrecipients: + pitrou, loewis, kristjan.jonsson, tim.golden, brian.curtin, python-dev, sbt
2012-04-27 14:14:55pitrousetmessageid: <1335536095.05.0.297223797874.issue11618@psf.upfronthosting.co.za>
2012-04-27 14:14:54pitroulinkissue11618 messages
2012-04-27 14:14:54pitroucreate