From: brian.curtin Date: Mon, 11 Apr 2011 23:05:33 +0000 (-0500) Subject: Add NEWS item for #5162. X-Git-Tag: v2.7.2rc1~171 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=16f98b76584b39fd8bd3c724e5b1cbf2a45ecd33;p=thirdparty%2FPython%2Fcpython.git Add NEWS item for #5162. --- diff --git a/Misc/NEWS b/Misc/NEWS index c34428d2a9e4..c4dd780db88b 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -51,6 +51,9 @@ Core and Builtins Library ------- +- Issue #5162: Treat services like frozen executables to allow child spawning + from multiprocessing.forking on Windows. + - Issue #4877: Fix a segfault in xml.parsers.expat while attempting to parse a closed file.