Message87104
| 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.) |
|