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 Oren Milman, methane, rhettinger, vstinner, yselivanov
Date 2019-11-26.08:20:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1574756448.62.0.940248172937.issue27145@roundup.psfhosted.org>
In-reply-to
Content
It seems like there are a few corner cases where long integers are not normalized:
https://github.com/python/cpython/pull/15716#pullrequestreview-298002027

But the initial issue described here has been fixed, so it's better to keep this issue closed. If someone wants to cover more cases (to normalize), please open a separated issue.

Thanks HongWeipeng for the fix and Oren Milman for the original bug report and original patches!
History
Date User Action Args
2019-11-26 08:20:48vstinnersetrecipients: + vstinner, rhettinger, methane, yselivanov, Oren Milman
2019-11-26 08:20:48vstinnersetmessageid: <1574756448.62.0.940248172937.issue27145@roundup.psfhosted.org>
2019-11-26 08:20:48vstinnerlinkissue27145 messages
2019-11-26 08:20:48vstinnercreate