Karthikeyan Singaravelan <[email protected]> added the comment:
I think this is same as https://bugs.python.org/issue26072#msg277578 and is reproducible with below sample script without depending on turbogears. The attached patch in the issue fixes this. Try using interact command from pdb as a workaround. import pdb def foo(): pdb.set_trace() foo() ---------- nosy: +xdegaye, xtreak _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue38970> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
