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 pitrou
Recipients amaury.forgeotdarc, pitrou
Date 2012-07-27.13:21:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343395291.32.0.621638689189.issue15466@psf.upfronthosting.co.za>
In-reply-to
Content
> I suggest to remove this distinction, and allow TYPE_INT64 on all
> platforms.

You have to find a 64-bit C int type that works on all platforms and for which a PyLongAsXXX() function exists, though. Or perhaps you want to restrict yourself to systems which have "long long" and where it is at least 64 bits wide.
History
Date User Action Args
2012-07-27 13:21:31pitrousetrecipients: + pitrou, amaury.forgeotdarc
2012-07-27 13:21:31pitrousetmessageid: <1343395291.32.0.621638689189.issue15466@psf.upfronthosting.co.za>
2012-07-27 13:21:30pitroulinkissue15466 messages
2012-07-27 13:21:30pitroucreate