[issue17884] Try to reuse stdint.h types like int32_t

Devin Jeanpierre report at bugs.python.org
Wed May 1 18:37:54 CEST 2013


Devin Jeanpierre added the comment:

I don't know what context these types are being used in, but would int_least64_t suffice? C99 does require the existence of the [u]int_leastN_t types (for N in {8,16,32,64}), unlike [u]intN_t.

----------

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


More information about the Python-bugs-list mailing list