Author: Antonio Cuni <[email protected]>
Branch: py3k
Changeset: r57039:3f7e3d68df6f
Date: 2012-08-30 17:29 +0200
http://bitbucket.org/pypy/pypy/changeset/3f7e3d68df6f/
Log: backout f860431bfa26, we no longer want unicode
diff --git a/pypy/annotation/specialize.py b/pypy/annotation/specialize.py
--- a/pypy/annotation/specialize.py
+++ b/pypy/annotation/specialize.py
@@ -37,7 +37,7 @@
newstartblock.operations.append(newtup)
newstartblock.closeblock(Link(argscopy, graph.startblock))
graph.startblock = newstartblock
- argnames = argnames + [u'.star%d' % i for i in
range(nb_extra_args)]
+ argnames = argnames + ['.star%d' % i for i in range(nb_extra_args)]
graph.signature = Signature(argnames)
# note that we can mostly ignore defaults: if nb_extra_args > 0,
# then defaults aren't applied. if nb_extra_args == 0, then this
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit