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.dickinson
Recipients mark.dickinson, terry.reedy, vstinner, xiang.zhang
Date 2016-08-22.10:12:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1471860765.55.0.877989836836.issue27792@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the patch. I think what we really want here is a call to `long_long` rather than `PyNumber_Long`; `PyNumber_Long` includes all the conversions using `__trunc__`, etc., which we don't need here.
History
Date User Action Args
2016-08-22 10:12:45mark.dickinsonsetrecipients: + mark.dickinson, terry.reedy, vstinner, xiang.zhang
2016-08-22 10:12:45mark.dickinsonsetmessageid: <1471860765.55.0.877989836836.issue27792@psf.upfronthosting.co.za>
2016-08-22 10:12:45mark.dickinsonlinkissue27792 messages
2016-08-22 10:12:45mark.dickinsoncreate