[pypy-commit] pypy SomeString-charclass: Oops2

amauryfa noreply at buildbot.pypy.org
Tue Jul 15 15:43:51 CEST 2014


Author: Amaury Forgeot d'Arc <amauryfa at gmail.com>
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())
 
 
 # ____________________________________________________________


More information about the pypy-commit mailing list