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.19:22:45
SpamBayes Score 0.5861656
Marked as misclassified No
Message-id <1332444166.4.0.498250560689.issue14387@psf.upfronthosting.co.za>
In-reply-to
Content
Jeff's #undef suggestion works here (see patch). But I have a question:

Where is Windows.h pulled in anyway? A grep only shows signalmodule.c:

$ find . -name "\.hg" -prune -o -type f -print0 | xargs -0 grep -n 'Windows\.h'
./Modules/signalmodule.c:9:#include <Windows.h>
./Doc/using/windows.rst:341:   `A Python for Windows Tutorial <http://www.imladris.com/Scripts/PythonForWindows.html>`_
History
Date User Action Args
2012-03-22 19:22:46skrahsetrecipients: + skrah, georg.brandl, amaury.forgeotdarc, pitrou, benjamin.peterson, python-dev, jeffr@livedata.com
2012-03-22 19:22:46skrahsetmessageid: <1332444166.4.0.498250560689.issue14387@psf.upfronthosting.co.za>
2012-03-22 19:22:45skrahlinkissue14387 messages
2012-03-22 19:22:45skrahcreate