[pypy-commit] lang-smalltalk storage: Merged default

anton_gulenko noreply at buildbot.pypy.org
Mon Apr 7 13:52:26 CEST 2014


Author: Anton Gulenko <anton.gulenko at googlemail.com>
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


More information about the pypy-commit mailing list