This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author glimberg
Recipients glimberg, pitrou
Date 2010-07-25.23:20:47
SpamBayes Score 0.028183414
Marked as misclassified No
Message-id <1280100049.14.0.0146085460877.issue9294@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-07-25 23:20:49glimbergsetrecipients: + glimberg, pitrou
2010-07-25 23:20:49glimbergsetmessageid: <1280100049.14.0.0146085460877.issue9294@psf.upfronthosting.co.za>
2010-07-25 23:20:47glimberglinkissue9294 messages
2010-07-25 23:20:47glimbergcreate