Christian Heimes added the comment:

It seems no patch is needed to get PY_UINT64_T on 32bit Windows:

>>> import sys
>>> sys.version
'3.4.0a4+ (pep-456:f0a7e606c2d0, Oct 29 2013, 19:24:12) [MSC v.1600 32 bit 
(Intel)]'
>>> sys.maxsize
2147483647
>>> sys.hash_info
sys.hash_info(width=32, modulus=2147483647, inf=314159, nan=0, imag=1000003, 
algorithm='siphash24', hash_bits=64, seed_bits=128)

----------

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

Reply via email to