Author: Carl Friedrich Bolz <[email protected]>
Branch: guard-compatible
Changeset: r83071:24d702fa2df4
Date: 2016-03-15 15:02 +0100
http://bitbucket.org/pypy/pypy/changeset/24d702fa2df4/
Log: nonsense
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
@@ -129,7 +129,7 @@
def length(self):
raise NotImplementedError("abstract base class")
- @jit.guard_compatible()
+ @jit.elidable_compatible()
def _length_larger_than(self, n):
return self.length() > n
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit