Author: Tim Felgentreff <[email protected]>
Branch:
Changeset: r48:4e928992b598
Date: 2013-02-18 18:02 +0100
http://bitbucket.org/pypy/lang-smalltalk/changeset/4e928992b598/
Log: Revert adding BlockClosures to constants.py, because it breaks the
tests
diff --git a/spyvm/constants.py b/spyvm/constants.py
--- a/spyvm/constants.py
+++ b/spyvm/constants.py
@@ -104,7 +104,7 @@
"Float" : SO_FLOAT_CLASS,
"MethodContext" : SO_METHODCONTEXT_CLASS,
"BlockContext" : SO_BLOCKCONTEXT_CLASS,
- "BlockClosure" : SO_BLOCKCLOSURE_CLASS,
+ # "BlockClosure" : SO_BLOCKCLOSURE_CLASS,
"Point" : SO_POINT_CLASS,
"LargePositiveInteger" : SO_LARGEPOSITIVEINTEGER_CLASS,
# "Display" : SO_DISPLAY_CLASS,
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit