[pypy-svn] r73849 - pypy/trunk/pypy/objspace/flow

fijal at codespeak.net fijal at codespeak.net
Sat Apr 17 23:50:13 CEST 2010


Author: fijal
Date: Sat Apr 17 23:50:11 2010
New Revision: 73849

Modified:
   pypy/trunk/pypy/objspace/flow/objspace.py
Log:
I don't think XXX XXX Ha Ha is a very useful comment. The comment below is ok
though


Modified: pypy/trunk/pypy/objspace/flow/objspace.py
==============================================================================
--- pypy/trunk/pypy/objspace/flow/objspace.py	(original)
+++ pypy/trunk/pypy/objspace/flow/objspace.py	Sat Apr 17 23:50:11 2010
@@ -446,7 +446,6 @@
                                                          w_exc_value)
 
     def w_KeyboardInterrupt(self):
-        # XXX XXX Ha Ha
         # the reason to do this is: if you interrupt the flowing of a function
         # with <Ctrl-C> the bytecode interpreter will raise an applevel
         # KeyboardInterrupt and you will get an AttributeError: space does not



More information about the Pypy-commit mailing list