[issue27073] redundant checks in long_add and long_sub

Serhiy Storchaka report at bugs.python.org
Sat May 28 13:14:15 EDT 2016


Serhiy Storchaka added the comment:

I don't think this assert is needed. Nothing bad happens if the asserted condition is false. On other side, additional assert can slow down debug build (that is already slower than release build).

----------

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


More information about the Python-bugs-list mailing list