[issue19433] Define PY_UINT64_T on Windows 32bit

Tim Peters report at bugs.python.org
Tue Oct 29 19:45:21 CET 2013


Tim Peters added the comment:

Yes, it should be taken care of already, because of this in PC/pyconfig.h:

#ifdef MS_WIN32
...
#define SIZEOF_LONG_LONG 8

That defines the symbol triggering the PY_UINT64_T define shown in the original message in this issue.

----------
nosy: +tim.peters

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


More information about the Python-bugs-list mailing list