[pypy-commit] pypy py3k: This is not necessary and breaks translation :-(

amauryfa noreply at buildbot.pypy.org
Tue Oct 18 08:28:32 CEST 2011


Author: Amaury Forgeot d'Arc <amauryfa at gmail.com>
Branch: py3k
Changeset: r48188:813961afa8c7
Date: 2011-10-18 08:27 +0200
http://bitbucket.org/pypy/pypy/changeset/813961afa8c7/

Log:	This is not necessary and breaks translation :-(

diff --git a/pypy/interpreter/pyparser/parsestring.py b/pypy/interpreter/pyparser/parsestring.py
--- a/pypy/interpreter/pyparser/parsestring.py
+++ b/pypy/interpreter/pyparser/parsestring.py
@@ -13,8 +13,6 @@
     rawmode = False
     unicode = True
 
-    assert isinstance(s, str)
-
     # string decoration handling
     o = ord(quote)
     isalpha = (o>=97 and o<=122) or (o>=65 and o<=90)


More information about the pypy-commit mailing list