[pypy-commit] pypy default: merge

cfbolz pypy.commits at gmail.com
Tue Feb 26 13:02:08 EST 2019


Author: Carl Friedrich Bolz-Tereick <cfbolz at gmx.de>
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)


More information about the pypy-commit mailing list