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

Mark Dickinson report at bugs.python.org
Wed May 19 15:22:00 CEST 2010


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

Thinking about it, I still like the _PyLong_CompareWithDouble plan even for trunk:  there's a precedent for some PyLong methods working with plain ints as well as for longs.  See e.g. PyLong_AsLongLong and friends.

----------

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


More information about the Python-bugs-list mailing list