From: Andrew Svetlov Date: Tue, 4 Dec 2012 19:10:20 +0000 (+0200) Subject: Merge issue #13120: Allow to call pdb.set_trace() from thread. X-Git-Tag: v3.3.1rc1~563 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1dfb5c1cf3aac0a42b157631a0e8d274e5be8c6f;p=thirdparty%2FPython%2Fcpython.git Merge issue #13120: Allow to call pdb.set_trace() from thread. Patch by Ilya Sandler. --- 1dfb5c1cf3aac0a42b157631a0e8d274e5be8c6f diff --cc Misc/NEWS index c695be511ca1,3894d2e3683a..61270f435a49 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -104,9 -175,9 +104,12 @@@ Core and Builtin Library ------- + - Issue #13120: Allow to call pdb.set_trace() from thread. + Patch by Ilya Sandler. + +- Issue #16585: Make CJK encoders support error handlers that return bytes per + PEP 383. + - Issue #10182: The re module doesn't truncate indices to 32 bits anymore. Patch by Serhiy Storchaka.