This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christian.heimes
Recipients brian.curtin, christian.heimes, loewis, ncoghlan, tim.golden, vstinner
Date 2013-10-29.18:31:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1383071505.85.0.531640816394.issue19433@psf.upfronthosting.co.za>
In-reply-to
Content
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)
History
Date User Action Args
2013-10-29 18:31:45christian.heimessetrecipients: + christian.heimes, loewis, ncoghlan, vstinner, tim.golden, brian.curtin
2013-10-29 18:31:45christian.heimessetmessageid: <1383071505.85.0.531640816394.issue19433@psf.upfronthosting.co.za>
2013-10-29 18:31:45christian.heimeslinkissue19433 messages
2013-10-29 18:31:45christian.heimescreate