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 mark.dickinson
Recipients effbot, ezio.melotti, lemburg, loewis, mark.dickinson, pitrou, schuppenies, vstinner
Date 2009-05-04.08:32:37
SpamBayes Score 2.8836528e-05
Marked as misclassified No
Message-id <1241425959.84.0.475656676448.issue3130@psf.upfronthosting.co.za>
In-reply-to
Content
> We'd have to add an AC_TYPE_INT32_T and AC_TYPE_INT16_T check to
> configure:

AC_TYPE_INT32_T should already be there.  See also the code in
pyport.h that #defines HAVE_INT32_T and PY_INT32_T, and the
corresponding bits of PC/pyconfig.h.

It was recently pointed out that there are some issues with these
definitions when using a C++ compiler instead of a C compiler, since
then INT32_MAX is undefined.  (See the footnote to 7.18.2, para.1 of
C99.)
History
Date User Action Args
2009-05-04 08:32:40mark.dickinsonsetrecipients: + mark.dickinson, lemburg, loewis, effbot, pitrou, vstinner, schuppenies, ezio.melotti
2009-05-04 08:32:39mark.dickinsonsetmessageid: <1241425959.84.0.475656676448.issue3130@psf.upfronthosting.co.za>
2009-05-04 08:32:38mark.dickinsonlinkissue3130 messages
2009-05-04 08:32:37mark.dickinsoncreate