Author: Armin Rigo <ar...@tunes.org>
Branch: py3.5
Changeset: r86790:134d5b23ab97
Date: 2016-08-31 19:29 +0100
http://bitbucket.org/pypy/pypy/changeset/134d5b23ab97/

Log:    hg merge py3k

diff --git a/pypy/objspace/std/objspace.py b/pypy/objspace/std/objspace.py
--- a/pypy/objspace/std/objspace.py
+++ b/pypy/objspace/std/objspace.py
@@ -157,7 +157,6 @@
                 # poor man's x.decode('ascii', 'replace'), since it's not
                 # supported by RPython
                 if not we_are_translated():
-                    import pdb;pdb.set_trace()
                     print 'WARNING: space.wrap() called on a non-ascii byte 
string: %r' % x
                 lst = []
                 for ch in x:
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to