]> granicus.if.org Git - python/commit
Oops. The PyObject_Print() function was totally broken; the original code
authorGuido van Rossum <guido@python.org>
Thu, 9 Aug 2007 20:47:59 +0000 (20:47 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 9 Aug 2007 20:47:59 +0000 (20:47 +0000)
commit6ca130d0dba71dd494ae284a76e45e7050132468
tree6ca9d52e87fc0ebf9da0497573d5e8ce660b6f9d
parent66aaf74e52d36e455af0b771c2c02f02ab05b387
Oops.  The PyObject_Print() function was totally broken; the original code
was relying on PyString.tp_print but that no longer works.
Fortunately it's rarely called; only the gdb 'pyo' command seems affected.
Objects/object.c