[pypy-svn] r18790 - pypy/dist/pypy/objspace/flow

arigo at codespeak.net arigo at codespeak.net
Thu Oct 20 13:03:44 CEST 2005


Author: arigo
Date: Thu Oct 20 13:03:43 2005
New Revision: 18790

Modified:
   pypy/dist/pypy/objspace/flow/objspace.py
Log:
comment.


Modified: pypy/dist/pypy/objspace/flow/objspace.py
==============================================================================
--- pypy/dist/pypy/objspace/flow/objspace.py	(original)
+++ pypy/dist/pypy/objspace/flow/objspace.py	Thu Oct 20 13:03:43 2005
@@ -493,7 +493,7 @@
     x = X()
     x_cell, = (lambda: x).func_closure
     x_cell == c
-    return x.other
+    return x.other    # crashes if the cell is actually empty
 
 def make_op(name, symbol, arity, specialnames):
     if hasattr(FlowObjSpace, name):



More information about the Pypy-commit mailing list