Author: Carl Friedrich Bolz <[email protected]>
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)
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to