Author: Armin Rigo <[email protected]>
Branch: py3.5
Changeset: r88488:9866199479d1
Date: 2016-11-19 22:11 +0100
http://bitbucket.org/pypy/pypy/changeset/9866199479d1/

Log:    oups

diff --git a/pypy/interpreter/pyopcode.py b/pypy/interpreter/pyopcode.py
--- a/pypy/interpreter/pyopcode.py
+++ b/pypy/interpreter/pyopcode.py
@@ -795,7 +795,6 @@
         block = self.lastblock
         while block is not None:
             if isinstance(block, SysExcInfoRestorer):
-                import pdb; pdb.set_trace()
                 return True
             block = block.previous
         return False
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to