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 serhiy.storchaka
Recipients Oren Milman, mark.dickinson, serhiy.storchaka, vstinner
Date 2017-03-20.19:01:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1490036481.89.0.164970924039.issue29816@psf.upfronthosting.co.za>
In-reply-to
Content
Here are two patches. The first uses C long long arithmetic (it corresponds current PR 680), the second uses PyLong arithmetic. What is easier to read and verify?
History
Date User Action Args
2017-03-20 19:01:21serhiy.storchakasetrecipients: + serhiy.storchaka, mark.dickinson, vstinner, Oren Milman
2017-03-20 19:01:21serhiy.storchakasetmessageid: <1490036481.89.0.164970924039.issue29816@psf.upfronthosting.co.za>
2017-03-20 19:01:21serhiy.storchakalinkissue29816 messages
2017-03-20 19:01:21serhiy.storchakacreate