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 ztane
Recipients eric.smith, vstinner, ztane
Date 2019-06-06.12:29:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1559824181.87.0.286156736636.issue37170@roundup.psfhosted.org>
In-reply-to
Content
Unsigned long long needs to be at least 64 bits wide, so it is probably all 32-bit platforms and 64-bit window at least. These functions are not used only in a few places within the CPython code and when they are they're guarded with `PyLong_Check`s or similar, as they probably should, but the other is part of public API
History
Date User Action Args
2019-06-06 12:29:41ztanesetrecipients: + ztane, vstinner, eric.smith
2019-06-06 12:29:41ztanesetmessageid: <1559824181.87.0.286156736636.issue37170@roundup.psfhosted.org>
2019-06-06 12:29:41ztanelinkissue37170 messages
2019-06-06 12:29:41ztanecreate