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 tim.peters
Recipients brian.curtin, christian.heimes, loewis, ncoghlan, tim.golden, tim.peters, vstinner
Date 2013-10-29.18:45:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1383072321.37.0.00507988495844.issue19433@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-10-29 18:45:21tim.peterssetrecipients: + tim.peters, loewis, ncoghlan, vstinner, christian.heimes, tim.golden, brian.curtin
2013-10-29 18:45:21tim.peterssetmessageid: <1383072321.37.0.00507988495844.issue19433@psf.upfronthosting.co.za>
2013-10-29 18:45:21tim.peterslinkissue19433 messages
2013-10-29 18:45:21tim.peterscreate