Author: Carl Friedrich Bolz-Tereick <[email protected]>
Branch:
Changeset: r96178:dbdf453749f7
Date: 2019-02-26 19:01 +0100
http://bitbucket.org/pypy/pypy/changeset/dbdf453749f7/
Log: merge
diff --git a/rpython/rlib/rutf8.py b/rpython/rlib/rutf8.py
--- a/rpython/rlib/rutf8.py
+++ b/rpython/rlib/rutf8.py
@@ -819,7 +819,6 @@
def __iter__(self):
return self
- @always_inline
def next(self):
pos = self.it.get_pos()
return (self.it.next(), pos)
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit