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 mark.dickinson, serhiy.storchaka, vstinner
Date 2014-05-03.12:34:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1399120457.78.0.274409942195.issue21422@psf.upfronthosting.co.za>
In-reply-to
Content
I propose to add a micro-optimization for int << 0: return the number unmodified.

See attached patch.
History
Date User Action Args
2014-05-03 12:34:17vstinnersetrecipients: + vstinner, mark.dickinson, serhiy.storchaka
2014-05-03 12:34:17vstinnersetmessageid: <1399120457.78.0.274409942195.issue21422@psf.upfronthosting.co.za>
2014-05-03 12:34:17vstinnerlinkissue21422 messages
2014-05-03 12:34:17vstinnercreate