summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2003-04-18 00:45:59 (GMT)
committerTim Peters <tim.peters@gmail.com>2003-04-18 00:45:59 (GMT)
commit21d7d4d5ca465e515e40157cfae707d1ec09bb76 (patch)
tree82265064e634cd19f2b697ce74bb1f8e2d41b7e1 /Misc/NEWS
parentbbb931bebd9237183ee8bb0b5e90cf2ecb3fd046 (diff)
downloadcpython-21d7d4d5ca465e515e40157cfae707d1ec09bb76.zip
cpython-21d7d4d5ca465e515e40157cfae707d1ec09bb76.tar.gz
cpython-21d7d4d5ca465e515e40157cfae707d1ec09bb76.tar.bz2
_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.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 7a40c52..3a19a20 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -162,6 +162,9 @@ Library
Tools/Demos
-----------
+- New script combinerefs.py helps analyze new PYTHONDUMPREFS output.
+ See the module docstring for details.
+
TBD
Build