commit | 30a5445b30bb627a64b2d30788f6db58f6db3ae1 | [log] [tgz] |
---|---|---|
author | Charles-François Natali <cf.natali@gmail.com> | Fri Aug 30 23:30:50 2013 +0200 |
committer | Charles-François Natali <cf.natali@gmail.com> | Fri Aug 30 23:30:50 2013 +0200 |
tree | e2c1e80823eca78cc037775f2a7a4823797e9112 | |
parent | b2fa280e9e1da3724a81f47a4659cc3526d95a96 [diff] [blame] |
Issue #18418: After fork(), reinit all threads states, not only active ones. Patch by A. Jesse Jiryu Davis.
diff --git a/Misc/NEWS b/Misc/NEWS index f7e9372..9544b3b 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -32,6 +32,9 @@ Library ------- +- Issue #18418: After fork(), reinit all threads states, not only active ones. + Patch by A. Jesse Jiryu Davis. + - Issue #11973: Fix a problem in kevent. The flags and fflags fields are now properly handled as unsigned.