[pypy-svn] r10861 - pypy/dist/pypy/objspace

pedronis at codespeak.net pedronis at codespeak.net
Tue Apr 19 17:38:30 CEST 2005


Author: pedronis
Date: Tue Apr 19 17:38:30 2005
New Revision: 10861

Modified:
   pypy/dist/pypy/objspace/descroperation.py
Log:
oops



Modified: pypy/dist/pypy/objspace/descroperation.py
==============================================================================
--- pypy/dist/pypy/objspace/descroperation.py	(original)
+++ pypy/dist/pypy/objspace/descroperation.py	Tue Apr 19 17:38:30 2005
@@ -507,7 +507,7 @@
                     t = (i1, i2, left)
                 else:
                     t = (i2, i1, right)
-                _inprogress_dict = space.get_ec_state_dict().setdefault('cmp_state', {})
+                _inprogress_dict = ec._cmp_state
                 if t in _inprogress_dict:
                     # If we are allready trying to compare the arguments
                     # presume they are equal



More information about the Pypy-commit mailing list