[pypy-svn] r4980 - pypy/branch/src-newobjectmodel/pypy

hpk at codespeak.net hpk at codespeak.net
Sat Jun 5 17:18:26 CEST 2004


Author: hpk
Date: Sat Jun  5 17:18:26 2004
New Revision: 4980

Modified:
   pypy/branch/src-newobjectmodel/pypy/TODO
Log:
just discovered that traceobjspace does not really catch 
all operations ... added a TODO item ...



Modified: pypy/branch/src-newobjectmodel/pypy/TODO
==============================================================================
--- pypy/branch/src-newobjectmodel/pypy/TODO	(original)
+++ pypy/branch/src-newobjectmodel/pypy/TODO	Sat Jun  5 17:18:26 2004
@@ -46,3 +46,7 @@
 
 * add web server thread (!) that allows inspection of e.g. app-level
   tracebacks (and stop clogging the user's terminal with them).
+
+* improve traceobjectspace! currently it only catches 
+  calls from outside the space into the space but not
+  the ones where the space calls operations on itself! 



More information about the Pypy-commit mailing list