]> granicus.if.org Git - python/commit
Issue #13120: Allow to call pdb.set_trace() from thread.
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Tue, 4 Dec 2012 19:08:28 +0000 (21:08 +0200)
committerAndrew Svetlov <andrew.svetlov@gmail.com>
Tue, 4 Dec 2012 19:08:28 +0000 (21:08 +0200)
commit539ee5da6fb2a56869e6c6f4401300b4d5906d76
tree98b32fae910ccb41a333319b65fcd19343cedb87
parent86067c2e17b221ac10c4b4c97030c2cfc44eccaf
Issue #13120: Allow to call pdb.set_trace() from thread.

Patch by Ilya Sandler.
Lib/pdb.py
Lib/test/test_pdb.py
Misc/NEWS