From: Charles-François Natali Date: Fri, 30 Aug 2013 21:34:26 +0000 (+0200) Subject: Issue #18418: After fork(), reinit all threads states, not only active ones. X-Git-Tag: v3.4.0a2~72 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=79a53ea7d7d66f515b6bd4a38b1adbe8961a69f2;p=python Issue #18418: After fork(), reinit all threads states, not only active ones. Patch by A. Jesse Jiryu Davis. --- 79a53ea7d7d66f515b6bd4a38b1adbe8961a69f2 diff --cc Misc/NEWS index 0d7ba2fc31,d859de1080..dfba2cac0c --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -51,10 -66,9 +51,13 @@@ Core and Builtin Library ------- + - Issue #18418: After fork(), reinit all threads states, not only active ones. + Patch by A. Jesse Jiryu Davis. + +- Issue #17974: Switch unittest from using getopt to using argparse. + +- Issue #11798: TestSuite now drops references to own tests after execution. + - Issue #16611: http.cookie now correctly parses the 'secure' and 'httponly' cookie flags.