[pypy-commit] pypy default: argh
fijal
noreply at buildbot.pypy.org
Fri Sep 16 18:22:02 CEST 2011
Author: Maciej Fijalkowski <fijall at gmail.com>
Branch:
Changeset: r47298:a01b295005bf
Date: 2011-09-14 10:51 +0200
http://bitbucket.org/pypy/pypy/changeset/a01b295005bf/
Log: argh
diff --git a/pypy/objspace/std/stringobject.py b/pypy/objspace/std/stringobject.py
--- a/pypy/objspace/std/stringobject.py
+++ b/pypy/objspace/std/stringobject.py
@@ -362,7 +362,7 @@
from pypy.rlib.jit import JitDriver
one = JitDriver(greens = [], reds = ['size', 'reslen', 'self', 'list_w'])
-two = JitDriver(greens = [], reds = ['i', 'list_w', 'size', 'sb', 'self',
+two = JitDriver(greens = [], reds = ['i', 'size', 'list_w', 'sb', 'self',
'w_self'])
def _str_join_compute_reslen(space, self, list_w, size):
More information about the pypy-commit
mailing list