[issue26289] Optimize floor division for ints

STINNER Victor report at bugs.python.org
Mon Feb 8 17:18:52 EST 2016


STINNER Victor added the comment:

This change looks related to the issue #21955. IMHO we should take the same decision. I mean, maybe it's better to implement the fast-path only in ceval.c? Or maybe in ceval.c and longobject.c?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26289>
_______________________________________


More information about the Python-bugs-list mailing list