[pypy-svn] r78720 - pypy/trunk/pypy/interpreter

fijal at codespeak.net fijal at codespeak.net
Fri Nov 5 11:10:52 CET 2010


Author: fijal
Date: Fri Nov  5 11:10:51 2010
New Revision: 78720

Modified:
   pypy/trunk/pypy/interpreter/executioncontext.py
Log:
comment about comment which is false


Modified: pypy/trunk/pypy/interpreter/executioncontext.py
==============================================================================
--- pypy/trunk/pypy/interpreter/executioncontext.py	(original)
+++ pypy/trunk/pypy/interpreter/executioncontext.py	Fri Nov  5 11:10:51 2010
@@ -19,6 +19,9 @@
     # XXX   self.w_tracefunc, self.profilefunc
     # XXX   frame.is_being_profiled
 
+    # XXX [fijal] but they're not. is_being_profiled is guarded a bit all
+    #     over the place as well as w_tracefunc
+
     def __init__(self, space):
         self.space = space
         self.topframeref = jit.vref_None



More information about the Pypy-commit mailing list