]> granicus.if.org Git - python/commit
_PyObject_Dump(): print the type of the object. This is by far the
authorGuido van Rossum <guido@python.org>
Fri, 14 Sep 2001 15:50:08 +0000 (15:50 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 14 Sep 2001 15:50:08 +0000 (15:50 +0000)
commit5f5512d246c58aab5a5290a85a8279f4b91021c4
tree66adee00eb582ab6db4f122a029ccf2ac11b0853
parent4441001b56d6179cc3bfa540493a7eb6e0324172
_PyObject_Dump(): print the type of the object.  This is by far the
most frequently interesting information IMO.  Also tidy up the output.
Objects/object.c