Author: Amaury Forgeot d'Arc <[email protected]> Branch: SomeString-charclass Changeset: r72442:2e13869f67ab Date: 2014-07-13 20:42 +0200 http://bitbucket.org/pypy/pypy/changeset/2e13869f67ab/
Log: Oops2 diff --git a/rpython/annotator/model.py b/rpython/annotator/model.py --- a/rpython/annotator/model.py +++ b/rpython/annotator/model.py @@ -670,8 +670,8 @@ s_Bool = SomeBool() s_Int = SomeInteger() s_ImpossibleValue = SomeImpossibleValue() -s_Str0 = SomeString(charkind=NoNulChar) -s_Unicode0 = SomeUnicodeString(charkind=NoNulChar) +s_Str0 = SomeString(charkind=NoNulChar()) +s_Unicode0 = SomeUnicodeString(charkind=NoNulChar()) # ____________________________________________________________ _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
