[pypy-svn] r65011 - pypy/branch/pyjitpl5/pypy/rpython/lltypesystem

fijal at codespeak.net fijal at codespeak.net
Mon May 4 01:18:27 CEST 2009


Author: fijal
Date: Mon May  4 01:18:25 2009
New Revision: 65011

Modified:
   pypy/branch/pyjitpl5/pypy/rpython/lltypesystem/ll2ctypes.py
Log:
didn't mean to check in pdb


Modified: pypy/branch/pyjitpl5/pypy/rpython/lltypesystem/ll2ctypes.py
==============================================================================
--- pypy/branch/pyjitpl5/pypy/rpython/lltypesystem/ll2ctypes.py	(original)
+++ pypy/branch/pyjitpl5/pypy/rpython/lltypesystem/ll2ctypes.py	Mon May  4 01:18:25 2009
@@ -564,8 +564,6 @@
                         raise AssertionError
                     llinterp = LLInterpreter.current_interpreter
                     try:
-                        import pdb
-                        pdb.set_trace()
                         llres = llinterp.eval_graph(container.graph, llargs)
                     except LLException, lle:
                         llinterp._store_exception(lle)



More information about the Pypy-commit mailing list