commit | 21d7d4d5ca465e515e40157cfae707d1ec09bb76 | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Fri Apr 18 00:45:59 2003 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Fri Apr 18 00:45:59 2003 +0000 |
tree | 82265064e634cd19f2b697ce74bb1f8e2d41b7e1 | |
parent | bbb931bebd9237183ee8bb0b5e90cf2ecb3fd046 [diff] |
_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.