commit | 4215d2738a44be9eca09eb7b48c31ed805c8fb60 | [log] [tgz] |
---|---|---|
author | Richard Oudkerk <shibturn@gmail.com> | Mon Jun 18 15:37:31 2012 +0100 |
committer | Richard Oudkerk <shibturn@gmail.com> | Mon Jun 18 15:37:31 2012 +0100 |
tree | 556d7cf28c716d77c8495d62e020bb9154c12d83 | |
parent | 48ee6908bc2f925cc95fdeb8e50ee628a38ca3bf [diff] [blame] |
Issue #15101: Make pool finalizer avoid joining current thread
diff --git a/Misc/NEWS b/Misc/NEWS index a11c488..11fb95f 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -67,6 +67,8 @@ Library ------- +- Issue #15101: Make pool finalizer avoid joining current thread. + - Issue #15054: A bug in tokenize.tokenize that caused string literals with 'b' and 'br' prefixes to be incorrectly tokenized has been fixed. Patch by Serhiy Storchaka.