Author: Antonio Cuni <anto.c...@gmail.com> Branch: py3k Changeset: r57058:ffc2b957ddc5 Date: 2012-08-31 15:29 +0200 http://bitbucket.org/pypy/pypy/changeset/ffc2b957ddc5/
Log: merge default diff --git a/pypy/rpython/rstr.py b/pypy/rpython/rstr.py --- a/pypy/rpython/rstr.py +++ b/pypy/rpython/rstr.py @@ -19,9 +19,7 @@ Repr.__init__(self, *args) self.rstr_decode_utf_8 = func_with_new_name(str_decode_utf_8, 'rstr_decode_utf_8') - self.rraise_unicode_exception_decode = func_with_new_name( - raise_unicode_exception_decode, 'rraise_unicode_exception_decode') - + @jit.elidable def ll_decode_utf8(self, llvalue): from pypy.rpython.annlowlevel import hlstr _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit