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 corona10
Recipients corona10, mark.dickinson, vstinner
Date 2020-01-23.15:16:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1579792613.84.0.104344889291.issue39434@roundup.psfhosted.org>
In-reply-to
Content
> Is this worth optimizing? Floating-point floor division is a comparatively rare operation.

1. I don't want to say that this should always be optimized.
2. However, this operation is a relatively primitive python operation. I think this optimization is easy to bring and worth it.
3. Besides, the relatively unchanged logic, so the maintenance cost is not expected to be large
History
Date User Action Args
2020-01-23 15:16:53corona10setrecipients: + corona10, mark.dickinson, vstinner
2020-01-23 15:16:53corona10setmessageid: <1579792613.84.0.104344889291.issue39434@roundup.psfhosted.org>
2020-01-23 15:16:53corona10linkissue39434 messages
2020-01-23 15:16:53corona10create