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 mark.dickinson, serhiy.storchaka
Date 2016-09-10.19:14:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473534878.29.0.575552598473.issue28060@psf.upfronthosting.co.za>
In-reply-to
Content
The patch LGTM. I'll open separate issue for guaranteeing that a->ob_digit[0] is 0 in case of Py_SIZE(a) == 0 and using this fact for simplifying and optimizing the code.
History
Date User Action Args
2016-09-10 19:14:38serhiy.storchakasetrecipients: + serhiy.storchaka, mark.dickinson
2016-09-10 19:14:38serhiy.storchakasetmessageid: <1473534878.29.0.575552598473.issue28060@psf.upfronthosting.co.za>
2016-09-10 19:14:38serhiy.storchakalinkissue28060 messages
2016-09-10 19:14:38serhiy.storchakacreate