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 skrah
Recipients amaury.forgeotdarc, benjamin.peterson, georg.brandl, jeffr@livedata.com, pitrou, python-dev, skrah
Date 2012-03-22.20:14:56
SpamBayes Score 2.7908132e-07
Marked as misclassified No
Message-id <1332447297.46.0.700856384788.issue14387@psf.upfronthosting.co.za>
In-reply-to
Content
To prevent further confusion. :)

db154e62ac03 -> OK
5fe7d19ec49a -> failure

5fe7d19ec49a with #undef patch -> OK


So I don't know if it is better to revert to db154e62ac03 or
to use the #undef patch.


Jeff, you originally said:

'An extension which includes both Windows.h and Python.h won't compile   due to the Windows.h definition of "small".'


Did you include Python.h before or after Windows.h? Extensions
are supposed to include Python.h before anything else.
History
Date User Action Args
2012-03-22 20:14:57skrahsetrecipients: + skrah, georg.brandl, amaury.forgeotdarc, pitrou, benjamin.peterson, python-dev, jeffr@livedata.com
2012-03-22 20:14:57skrahsetmessageid: <1332447297.46.0.700856384788.issue14387@psf.upfronthosting.co.za>
2012-03-22 20:14:56skrahlinkissue14387 messages
2012-03-22 20:14:56skrahcreate