[issue2373] Raise Py3K warnings for comparisons that changed

Benjamin Peterson report at bugs.python.org
Tue Mar 18 18:57:42 CET 2008


Benjamin Peterson <musiccomposition at gmail.com> added the comment:

Your patch kicks up warnings in Objects/cellobject.c because
cell_compare returns an int, your patch may return NULL.

----------
nosy: +benjamin.peterson

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2373>
__________________________________


More information about the Python-bugs-list mailing list