]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
_Py_PrintReferenceAddresses(): also print the type name. In real use
authorTim Peters <tim.peters@gmail.com>
Fri, 18 Apr 2003 00:45:59 +0000 (00:45 +0000)
committerTim Peters <tim.peters@gmail.com>
Fri, 18 Apr 2003 00:45:59 +0000 (00:45 +0000)
commit21d7d4d5ca465e515e40157cfae707d1ec09bb76
tree82265064e634cd19f2b697ce74bb1f8e2d41b7e1
parentbbb931bebd9237183ee8bb0b5e90cf2ecb3fd046
_Py_PrintReferenceAddresses():  also print the type name.  In real use
I'm finding some pretty baffling output, like reprs consisting entirely
of three left parens.  At least this will let us know what type the object
is (it's not str -- there's no quote character in the repr).

New tool combinerefs.py, to combine the two output blocks produced via
PYTHONDUMPREFS.
Misc/NEWS
Misc/SpecialBuilds.txt
Objects/object.c
Tools/scripts/combinerefs.py [new file with mode: 0644]