summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorKristján Valur Jónsson <sweskman@gmail.com>2013-03-19 22:07:35 (GMT)
committerKristján Valur Jónsson <sweskman@gmail.com>2013-03-19 22:07:35 (GMT)
commit8927e8f4211dc50b87a6365ed7281452a1931ebf (patch)
treec519bb98128d6fa159ea2ea9b2e1a8c9f2b69067 /Misc
parentac0866f2ab9aa43c635618681682dd9f6da6219e (diff)
downloadcpython-8927e8f4211dc50b87a6365ed7281452a1931ebf.zip
cpython-8927e8f4211dc50b87a6365ed7281452a1931ebf.tar.gz
cpython-8927e8f4211dc50b87a6365ed7281452a1931ebf.tar.bz2
Issue #12098: multiprocessing on Windows now starts child processes
using the same sys.flags as the current process. Backport from default branch.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 67c1e9e..f309e6f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -214,6 +214,10 @@ Core and Builtins
Library
-------
+- Issue #12098: multiprocessing on Windows now starts child processes
+ using the same sys.flags as the current process. Initial patch by
+ Sergey Mezentsev.
+
- Issue #8862: Fixed curses cleanup when getkey is interrputed by a signal.
- Issue #9090: When a socket with a timeout fails with EWOULDBLOCK or EAGAIN,