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

cfbolz at codespeak.net cfbolz at codespeak.net
Thu Mar 9 10:42:53 CET 2006


Author: cfbolz
Date: Thu Mar  9 10:42:52 2006
New Revision: 24153

Modified:
   pypy/dist/pypy/objspace/logic.py
Log:
remove this unreachable assert


Modified: pypy/dist/pypy/objspace/logic.py
==============================================================================
--- pypy/dist/pypy/objspace/logic.py	(original)
+++ pypy/dist/pypy/objspace/logic.py	Thu Mar  9 10:42:52 2006
@@ -20,7 +20,6 @@
         # XXX here we would have to suspend the current thread
         raise OperationError(space.w_ValueError,
                              space.wrap("trying to perform an operation on an unbound variable"))
-        assert 0, "green threads not implemented yet"
     else:
         # actually attach the object directly to each variable
         # to remove indirections



More information about the Pypy-commit mailing list