Author: Anton Gulenko <[email protected]>
Branch: storage
Changeset: r772:c50f22904bc5
Date: 2014-04-03 13:25 +0200
http://bitbucket.org/pypy/lang-smalltalk/changeset/c50f22904bc5/

Log:    Merged default

diff --git a/spyvm/version.py b/spyvm/version.py
--- a/spyvm/version.py
+++ b/spyvm/version.py
@@ -8,6 +8,8 @@
         return func(self, *args)
     def meth(self, *args):
         return elidable_func(self, self.version, *args)
+    elidable_func.func_name = "elidable_" + func.func_name
+    meth.func_name = "elidable_meth_" + func.func_name
     return meth
 
 # In addition to marking the decorated function as "pure", both the receiver
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to