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 brian.curtin, kristjan.jonsson, loewis, pitrou, python-dev, sbt, tim.golden
Date 2012-04-30.09:05:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1335776708.84.0.784761367867.issue11618@psf.upfronthosting.co.za>
In-reply-to
Content
As it stands, the patch is pointless, and can safely be rejected. We will just not have defined NTDDI_VERSION at NTDDI_VISTA for any foreseeable future, so all the Vista-specific code can be eliminated from the patch.

Python had been using dynamic checking for API "forever". In 2.5, there was a check for presence of GetFileAttributesExA; in 2.4, there was a check for CryptAcquireContextA.
History
Date User Action Args
2012-04-30 09:05:08loewissetrecipients: + loewis, pitrou, kristjan.jonsson, tim.golden, brian.curtin, python-dev, sbt
2012-04-30 09:05:08loewissetmessageid: <1335776708.84.0.784761367867.issue11618@psf.upfronthosting.co.za>
2012-04-30 09:05:08loewislinkissue11618 messages
2012-04-30 09:05:08loewiscreate