[issue23488] Random objects twice as big as necessary on 64-bit builds

Mark Dickinson report at bugs.python.org
Fri Feb 27 22:01:52 CET 2015


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 <report at bugs.python.org>
<http://bugs.python.org/issue23488>
_______________________________________


More information about the Python-bugs-list mailing list