Dong-hee Na <[email protected]> added the comment:
> 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 ---------- nosy: +vstinner _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue39434> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
