Author: Carl Friedrich Bolz <cfb...@gmx.de>
Branch: typed-cells
Changeset: r75474:acf5d7f51ac8
Date: 2015-01-22 09:32 +0100
http://bitbucket.org/pypy/pypy/changeset/acf5d7f51ac8/

Log:    remove pdb :-(

diff --git a/pypy/objspace/std/typeobject.py b/pypy/objspace/std/typeobject.py
--- a/pypy/objspace/std/typeobject.py
+++ b/pypy/objspace/std/typeobject.py
@@ -407,7 +407,6 @@
         w_class, w_value = tup_w
         if (space.config.objspace.std.withtypeversion and
                 isinstance(w_value, MutableCell)):
-            import pdb; pdb.set_trace()
             return w_class, w_value.unwrap_cell(space)
         return tup_w   # don't make a new tuple, reuse the old one
 
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to