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 eric.smith, loewis, paulh_irl
Date 2009-11-26.12:46:40
SpamBayes Score 0.00031038217
Marked as misclassified No
Message-id <1259239603.48.0.350019050927.issue7398@psf.upfronthosting.co.za>
In-reply-to
Content
To elaborate on Eric's suggestion, put a single line

top PY_VERSION_HEX bottom

right above the line 

#if PY_VERSION_HEX >= 0x03000000

Then add the flag that produces preprocessor output to the compiler line
(copy the compiler line literally from the build process). Most likely,
you'll have to replace the -c option with either -P or -E; search the
output for the top/bottem pattern, and report the value of PY_VERSION_HEX.
History
Date User Action Args
2009-11-26 12:46:43loewissetrecipients: + loewis, eric.smith, paulh_irl
2009-11-26 12:46:43loewissetmessageid: <1259239603.48.0.350019050927.issue7398@psf.upfronthosting.co.za>
2009-11-26 12:46:40loewislinkissue7398 messages
2009-11-26 12:46:40loewiscreate