commit | 52849bfaa384f1dcc26a8aa9092379921d835081 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Thu Apr 19 23:55:01 2012 +0200 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Thu Apr 19 23:55:01 2012 +0200 |
tree | cf97e23e85810217b86808d64b5188288129fd6e | |
parent | c45868ec697a70a80d1cf8a511894f073fda3a27 [diff] [blame] |
Issue #14308: Fix an exception when a "dummy" thread is in the threading module's active list after a fork().
diff --git a/Misc/NEWS b/Misc/NEWS index 6ae6e53..20ca968 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -50,6 +50,9 @@ Library ------- +- Issue #14308: Fix an exception when a "dummy" thread is in the threading + module's active list after a fork(). + - Issue #14538: HTMLParser can now parse correctly start tags that contain a bare '/'.