| commit | 66d8dbeacf3250a3443db54a77b5d14e2c806969 | [log] [tgz] |
|---|---|---|
| author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | Fri Apr 04 10:47:53 2014 +0100 |
| committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | Fri Apr 04 10:47:53 2014 +0100 |
| tree | 95378a799032a73b1aee564006c29fac3999d97d | |
| parent | 352eb4f4324b3d7ba3a23e4dbf56cd1bf68a4a52 [diff] [blame] |
Issue #21149: Improved thread-safety in logging cleanup during interpreter shutdown.
diff --git a/Misc/NEWS b/Misc/NEWS index 4933cb2..a6dfc7e 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -43,6 +43,9 @@ Library ------- +- Issue #21149: Improved thread-safety in logging cleanup during interpreter + shutdown. Thanks to Devin Jeanpierre for the patch. + - Fix possible overflow bug in strop.expandtabs. You shouldn't be using this module!