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 vstinner
Recipients paul.moore, pitrou, r.david.murray, serhiy.storchaka, skrah, steve.dower, tim.golden, tim.peters, vstinner, zach.ware
Date 2015-09-19.08:31:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1442651503.98.0.342250624292.issue24999@psf.upfronthosting.co.za>
In-reply-to
Content
pylong_digits.patch: new patch add two local inlined functions _PyLong_AsDigits() and _PyLong_FromDigits() to make the code more readable. Does it look good to you?

I chose two shifts since only Tim Peters has an opinion on it, and he prefers two shifts :-)
History
Date User Action Args
2015-09-19 08:31:44vstinnersetrecipients: + vstinner, tim.peters, paul.moore, pitrou, tim.golden, r.david.murray, skrah, zach.ware, serhiy.storchaka, steve.dower
2015-09-19 08:31:43vstinnersetmessageid: <1442651503.98.0.342250624292.issue24999@psf.upfronthosting.co.za>
2015-09-19 08:31:43vstinnerlinkissue24999 messages
2015-09-19 08:31:43vstinnercreate