[issue27073] redundant checks in long_add and long_sub

Oren Milman report at bugs.python.org
Sat May 28 13:09:12 EDT 2016


Oren Milman added the comment:

And after quadruple checking myself, I found a foolish mistake - in that flow, x_add received at least one multiple-digit int (not necessarily two :().

I fixed that mistake in the comment. The updated diff file is attached.

----------
Added file: http://bugs.python.org/file43045/issue27073.diff

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


More information about the Python-bugs-list mailing list