Author: Carl Friedrich Bolz <cfb...@gmx.de> Branch: guard-compatible Changeset: r83038:66858a12701d Date: 2016-03-14 12:02 +0000 http://bitbucket.org/pypy/pypy/changeset/66858a12701d/
Log: fix diff --git a/pypy/objspace/std/mapdict.py b/pypy/objspace/std/mapdict.py --- a/pypy/objspace/std/mapdict.py +++ b/pypy/objspace/std/mapdict.py @@ -36,7 +36,7 @@ assert isinstance(terminator, Terminator) self.terminator = terminator - @jit.elidable_compatible + @jit.elidable_compatible() def getclass_from_terminator(self): # objects with different maps can have the same class return self.terminator.w_cls @@ -73,7 +73,7 @@ def delete(self, obj, name, index): pass - @jit.elidable_compatible + @jit.elidable_compatible() def find_map_attr(self, name, index): if (self.space.config.objspace.std.withmethodcache): return self._find_map_attr_cache(name, index) _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit