Mark Wiebe <mwwi...@gmail.com> added the comment:

I think this won't work on Windows since there the 64-bit int is generally 
__int64.  If you look at the long long and unsigned long long support in 
_struct.c you can see a better way to do this: "#ifdef HAVE_LONG_LONG" and 
"unsigned PY_LONG_LONG" for the type.

----------

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

Reply via email to