[pypy-commit] pypy default: fix strange annotation errors for small targets

fijal pypy.commits at gmail.com
Tue Apr 5 11:02:24 EDT 2016


Author: fijal
Branch: 
Changeset: r83526:987ea970c2b7
Date: 2016-04-05 18:01 +0300
http://bitbucket.org/pypy/pypy/changeset/987ea970c2b7/

Log:	fix strange annotation errors for small targets

diff --git a/rpython/flowspace/specialcase.py b/rpython/flowspace/specialcase.py
--- a/rpython/flowspace/specialcase.py
+++ b/rpython/flowspace/specialcase.py
@@ -77,6 +77,7 @@
     for c in s:
         buf.append(c)
     buf.append(' ')
+rpython_print_item._annenforceargs_ = (str,)
 
 def rpython_print_newline():
     buf = stdoutbuffer.linebuf


More information about the pypy-commit mailing list