[pypy-commit] pypy unicode-utf8: kill pdb

fijal pypy.commits at gmail.com
Sat Mar 4 17:02:44 EST 2017


Author: fijal
Branch: unicode-utf8
Changeset: r90548:1239b2e8d564
Date: 2017-03-04 22:59 +0100
http://bitbucket.org/pypy/pypy/changeset/1239b2e8d564/

Log:	kill pdb

diff --git a/pypy/objspace/std/unicodeobject.py b/pypy/objspace/std/unicodeobject.py
--- a/pypy/objspace/std/unicodeobject.py
+++ b/pypy/objspace/std/unicodeobject.py
@@ -125,8 +125,6 @@
         return rutf8.compute_length_utf8(self._utf8)
 
     def _val(self, space):
-        import pdb
-        pdb.set_trace()
         return self._utf8.decode('utf8')
 
     @staticmethod


More information about the pypy-commit mailing list