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, pablogsal, remi.lapeyre, rhettinger, xtreak
Date 2019-02-11.14:36:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1549895765.56.0.235481206194.issue35959@roundup.psfhosted.org>
In-reply-to
Content
This approach to overflow checking needs reworking; the current code, in lines like:

    long x = i_result * b;

induces undefined behaviour on overflow. That's something we need to avoid.
History
Date User Action Args
2019-02-11 14:36:07mark.dickinsonsetrecipients: + mark.dickinson, rhettinger, pablogsal, remi.lapeyre, xtreak
2019-02-11 14:36:05mark.dickinsonsetmessageid: <1549895765.56.0.235481206194.issue35959@roundup.psfhosted.org>
2019-02-11 14:36:05mark.dickinsonlinkissue35959 messages
2019-02-11 14:36:05mark.dickinsoncreate