[issue9294] Dead code in Objects/object.c

Grant Limberg report at bugs.python.org
Mon Jul 26 00:17:29 CEST 2010


Grant Limberg <glimberg at gmail.com> added the comment:

It looks like at one point, internal_print was a recursive function, but this is no longer the case.  I've updated the function parameters to no longer contain the "nesting" parameter and removed the if block shown in this case.

----------
keywords: +patch
nosy: +Grant.Limberg
Added file: http://bugs.python.org/file18198/internal_print_non_recursive.patch

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


More information about the Python-bugs-list mailing list