Author: Maciej Fijalkowski <[email protected]>
Branch: rdict-experiments-2
Changeset: r59818:8f5b33f94dad
Date: 2013-01-06 22:27 +0200
http://bitbucket.org/pypy/pypy/changeset/8f5b33f94dad/
Log: another fix
diff --git a/pypy/module/cStringIO/interp_stringio.py
b/pypy/module/cStringIO/interp_stringio.py
--- a/pypy/module/cStringIO/interp_stringio.py
+++ b/pypy/module/cStringIO/interp_stringio.py
@@ -249,6 +249,7 @@
# ____________________________________________________________
+@unwrap_spec(w_string=W_Root)
def StringIO(space, w_string=None):
if space.is_none(w_string):
return space.wrap(W_OutputType(space))
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit