[issue8748] integer-to-complex comparisons give incorrect results

Mark Dickinson report at bugs.python.org
Fri May 21 16:57:48 CEST 2010


Mark Dickinson <dickinsm at gmail.com> added the comment:

py3k patch applied in r81397, with some tweaks:
 - fix reference leak (j wasn't being Py_DECREF'd in the long branch)
 - remove trailing whitespace
 - put 'else' and 'else if' on a new line following a closing brace
 - remove unnecessary NULL initializations
 - minor simplifications to long branch

Thanks!

----------

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


More information about the Python-bugs-list mailing list