Grant Limberg <glimb...@gmail.com> added the comment:

On second thought, internal_print() doesn't look like it's needed anymore as 
it's only called by PyObject_Print() and is no longer recursive.  This second 
patch moves internal_print()'s function body into PyObject_Print and removes 
the internal_print function.

----------
Added file: http://bugs.python.org/file18201/internal_print_remove.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue9294>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to