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 mark.wiebe
Recipients Eli.Stevens, mark.dickinson, mark.wiebe
Date 2011-04-01.19:13:12
SpamBayes Score 0.00080722437
Marked as misclassified No
Message-id <1301685193.54.0.85396188899.issue11734@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-04-01 19:13:13mark.wiebesetrecipients: + mark.wiebe, mark.dickinson, Eli.Stevens
2011-04-01 19:13:13mark.wiebesetmessageid: <1301685193.54.0.85396188899.issue11734@psf.upfronthosting.co.za>
2011-04-01 19:13:13mark.wiebelinkissue11734 messages
2011-04-01 19:13:12mark.wiebecreate