Mark Dickinson <dicki...@gmail.com> added the comment: > 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.) ---------- nosy: +marketdickinson _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue3130> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com