[pypy-commit] pypy SomeString-charclass: oops

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


Author: Amaury Forgeot d'Arc <amauryfa at gmail.com>
Branch: SomeString-charclass
Changeset: r72441:c1a7030e7a99
Date: 2014-07-13 20:32 +0200
http://bitbucket.org/pypy/pypy/changeset/c1a7030e7a99/

Log:	oops

diff --git a/rpython/rlib/types.py b/rpython/rlib/types.py
--- a/rpython/rlib/types.py
+++ b/rpython/rlib/types.py
@@ -51,7 +51,7 @@
 
 
 def str0():
-    return model.s_str0
+    return model.s_Str0
 
 
 def char():


More information about the pypy-commit mailing list