[issue10052] Python/dtoa.c:158: #error "Failed to find an exact-width 32-bit integer type" (FreeBSD 4.11 + gcc 2.95.4)

Akira Kitada report at bugs.python.org
Sun Oct 10 08:34:54 CEST 2010


Akira Kitada <akitada at gmail.com> added the comment:

Forgot to mention that there's no _MAX macro for exact-width integer types.

$ egrep -r 'INT[0-9].*_MAX' /usr/include/ | wc -l
       0

How about adding those macros when the system does not provide them?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10052>
_______________________________________


More information about the Python-bugs-list mailing list