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 casevh, josh.r, lemburg, mark.dickinson, pitrou, rhettinger, serhiy.storchaka, vstinner, yselivanov, zbyrne
Date 2016-02-03.19:19:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1454527170.46.0.930610822266.issue21955@psf.upfronthosting.co.za>
In-reply-to
Content
Fast patch is already implemented in long_mul(). May be we should just use this function if both arguments are exact int, and apply the switch optimization inside.
History
Date User Action Args
2016-02-03 19:19:30serhiy.storchakasetrecipients: + serhiy.storchaka, lemburg, rhettinger, mark.dickinson, pitrou, vstinner, casevh, yselivanov, josh.r, zbyrne
2016-02-03 19:19:30serhiy.storchakasetmessageid: <1454527170.46.0.930610822266.issue21955@psf.upfronthosting.co.za>
2016-02-03 19:19:30serhiy.storchakalinkissue21955 messages
2016-02-03 19:19:30serhiy.storchakacreate