[pypy-commit] pypy slim-down-resumedescr: don't commit pdb

fijal noreply at buildbot.pypy.org
Thu Dec 25 13:28:51 CET 2014


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: slim-down-resumedescr
Changeset: r75112:f7b6d854393e
Date: 2014-12-25 14:28 +0200
http://bitbucket.org/pypy/pypy/changeset/f7b6d854393e/

Log:	don't commit pdb

diff --git a/rpython/jit/metainterp/jitexc.py b/rpython/jit/metainterp/jitexc.py
--- a/rpython/jit/metainterp/jitexc.py
+++ b/rpython/jit/metainterp/jitexc.py
@@ -41,8 +41,6 @@
 
 class ExitFrameWithExceptionRef(JitException):
     def __init__(self, cpu, value):
-        import pdb
-        pdb.set_trace()
         assert lltype.typeOf(value) == cpu.ts.BASETYPE
         self.value = value
     def __str__(self):


More information about the pypy-commit mailing list