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 corona10, mark.dickinson, vstinner
Date 2020-01-30.14:00:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1580392857.31.0.147936762685.issue39434@roundup.psfhosted.org>
In-reply-to
Content
Victor: I suspect there's some compiler magic going on, too; a good compiler should be able to figure out that half of the div/mod calculation is not being used, and strip it out. That wouldn't have been possible before with the tuple packing and unpacking.
History
Date User Action Args
2020-01-30 14:00:57mark.dickinsonsetrecipients: + mark.dickinson, vstinner, corona10
2020-01-30 14:00:57mark.dickinsonsetmessageid: <1580392857.31.0.147936762685.issue39434@roundup.psfhosted.org>
2020-01-30 14:00:57mark.dickinsonlinkissue39434 messages
2020-01-30 14:00:57mark.dickinsoncreate