From: Vinay Sajip Date: Fri, 4 Apr 2014 09:57:25 +0000 (+0100) Subject: Closes #21149: Improved thread-safety in logging cleanup during interpreter shutdown. X-Git-Tag: v3.5.0a1~1956 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3d1e2e4cbb2033344128727bbbbe897bcf9fedfd;p=thirdparty%2FPython%2Fcpython.git Closes #21149: Improved thread-safety in logging cleanup during interpreter shutdown. --- 3d1e2e4cbb2033344128727bbbbe897bcf9fedfd diff --cc Misc/NEWS index 24bd7b644671,4f27a991e94d..5466267a8ef0 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -29,6 -27,12 +29,9 @@@ Core and Builtin Library ------- + - Issue #21149: Improved thread-safety in logging cleanup during interpreter + shutdown. Thanks to Devin Jeanpierre for the patch. + -- Issue #20145: `assertRaisesRegex` and `assertWarnsRegex` now raise a - TypeError if the second argument is not a string or compiled regex. - - Issue #21058: Fix a leak of file descriptor in :func:`tempfile.NamedTemporaryFile`, close the file descriptor if :func:`io.open` fails