Mark Dickinson added the comment:

> see my old issue #17884

... and you can also re-read my explanations in that issue about why simply 
using uint32_t and int32_t doesn't work!  We need something like PY_UINT32_T 
(and co) for portability.

The only part of #17884 that's still valid is that it may well make sense to 
insist that exact-width 32-bit and 64-bit signed and unsigned integer types are 
available when building Python.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue23488>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to