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:45:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1549896341.6.0.521999090632.issue35959@roundup.psfhosted.org>
In-reply-to
Content
See below for a link to the Python 2.7 code for int * int multiplication (which needs to detect overflow so that it knows when to promote to long):

https://github.com/python/cpython/blob/2f1a317d5fdc45b9d714b067906f612f636ba08e/Objects/intobject.c#L496-L518
History
Date User Action Args
2019-02-11 14:45:42mark.dickinsonsetrecipients: + mark.dickinson, rhettinger, pablogsal, remi.lapeyre, xtreak
2019-02-11 14:45:41mark.dickinsonsetmessageid: <1549896341.6.0.521999090632.issue35959@roundup.psfhosted.org>
2019-02-11 14:45:41mark.dickinsonlinkissue35959 messages
2019-02-11 14:45:41mark.dickinsoncreate