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 serhiy.storchaka
Recipients methane, rhettinger, serhiy.storchaka
Date 2016-06-19.07:01:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1466319672.12.0.438756356358.issue27350@psf.upfronthosting.co.za>
In-reply-to
Content
When stdint.h is not available you can define PY_INT32_T externally. E.g. CFLAGS="-DPY_INT32_T=__int32".
History
Date User Action Args
2016-06-19 07:01:12serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, methane
2016-06-19 07:01:12serhiy.storchakasetmessageid: <1466319672.12.0.438756356358.issue27350@psf.upfronthosting.co.za>
2016-06-19 07:01:12serhiy.storchakalinkissue27350 messages
2016-06-19 07:01:11serhiy.storchakacreate