[pypy-commit] pypy guard-compatible: remove forgotten pdb

cfbolz pypy.commits at gmail.com
Fri Mar 18 13:06:30 EDT 2016


Author: Carl Friedrich Bolz <cfbolz at gmx.de>
Branch: guard-compatible
Changeset: r83144:8e40d7d6198c
Date: 2016-03-18 18:05 +0100
http://bitbucket.org/pypy/pypy/changeset/8e40d7d6198c/

Log:	remove forgotten pdb

diff --git a/pypy/objspace/std/callmethod.py b/pypy/objspace/std/callmethod.py
--- a/pypy/objspace/std/callmethod.py
+++ b/pypy/objspace/std/callmethod.py
@@ -128,7 +128,6 @@
         # compute safeness without reading the type
         map = w_obj._get_mapdict_map_no_promote()
         if map is not None and map._type_safe_to_do_getattr():
-            import pdb; pdb.set_trace()
             safe = True
     else:
         w_type = space.type(w_obj)


More information about the pypy-commit mailing list