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, eudoxos, loewis, mark.dickinson, petri.lehtinen, schmir, tim.golden
Date 2012-11-01.10:41:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1351766487.38.0.432511295946.issue11566@psf.upfronthosting.co.za>
In-reply-to
Content
In general, including standard library headers before including Python.h is not recommended, since it may break binary compatibility across object files. So the proposed work-around may also cause harm.
History
Date User Action Args
2012-11-01 10:41:27loewissetrecipients: + loewis, mark.dickinson, schmir, tim.golden, brian.curtin, petri.lehtinen, eudoxos
2012-11-01 10:41:27loewissetmessageid: <1351766487.38.0.432511295946.issue11566@psf.upfronthosting.co.za>
2012-11-01 10:41:27loewislinkissue11566 messages
2012-11-01 10:41:27loewiscreate