Author: Armin Rigo <ar...@tunes.org>
Branch: value-profiling
Changeset: r78919:b9231d39eb6a
Date: 2015-08-11 17:09 +0100
http://bitbucket.org/pypy/pypy/changeset/b9231d39eb6a/

Log:    pdb.set_trace() not expected any more

diff --git a/pypy/interpreter/test/test_pyframe.py 
b/pypy/interpreter/test/test_pyframe.py
--- a/pypy/interpreter/test/test_pyframe.py
+++ b/pypy/interpreter/test/test_pyframe.py
@@ -544,7 +544,6 @@
             def f(x):
                 y = x + 1
             return f""")
-        import pdb; pdb.set_trace()
         space.call_function(w_f, space.wrap(1))
         assert len(w_f.code.vprofs) == 2
         assert w_f.code.vprofs[0].can_fold_read_int()
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to