Author: Armin Rigo <[email protected]>
Branch: py3.5
Changeset: r93473:b1f2250e284c
Date: 2017-12-18 13:47 +0100
http://bitbucket.org/pypy/pypy/changeset/b1f2250e284c/
Log: oops
diff --git a/pypy/interpreter/unicodehelper.py
b/pypy/interpreter/unicodehelper.py
--- a/pypy/interpreter/unicodehelper.py
+++ b/pypy/interpreter/unicodehelper.py
@@ -21,7 +21,6 @@
# Fast version of the "strict" errors handler.
def raise_unicode_exception_decode(errors, encoding, msg, s,
startingpos, endingpos):
- import pdb;pdb.set_trace()
raise OperationError(space.w_UnicodeDecodeError,
space.newtuple([space.newtext(encoding),
space.newbytes(s),
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit