[pypy-commit] pypy py3k: backout bd9d1dd19c2c, per a8a4ffe56b74

rlamy pypy.commits at gmail.com
Mon Sep 19 09:40:00 EDT 2016


Author: Ronan Lamy <ronan.lamy at gmail.com>
Branch: py3k
Changeset: r87230:5c701a472a00
Date: 2016-09-19 14:39 +0100
http://bitbucket.org/pypy/pypy/changeset/5c701a472a00/

Log:	backout bd9d1dd19c2c, per a8a4ffe56b74

diff --git a/pypy/objspace/std/unicodeobject.py b/pypy/objspace/std/unicodeobject.py
--- a/pypy/objspace/std/unicodeobject.py
+++ b/pypy/objspace/std/unicodeobject.py
@@ -78,7 +78,6 @@
         return self._value
 
     @jit.elidable
-    @jit.call_shortcut
     def identifier_w(self, space):
         identifier = self._utf8
         if identifier is not None:


More information about the pypy-commit mailing list