| commit | 77c84f2defb0013e28d262be237142379a1407fe | [log] [tgz] |
|---|---|---|
| author | Richard Oudkerk <shibturn@gmail.com> | Fri May 18 14:28:02 2012 +0100 |
| committer | Richard Oudkerk <shibturn@gmail.com> | Fri May 18 14:28:02 2012 +0100 |
| tree | 16065331749bd8218eb74d80c9f10b54a816c0c5 | |
| parent | cca802e354f776e79a55b3bc7dded6340b244824 [diff] [blame] |
#12098: Make multiprocessing's child processes inherit sys.flags on Windows Initial patch by Sergey Mezentsev.
diff --git a/Misc/NEWS b/Misc/NEWS index 3e11956..db88500 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -38,6 +38,10 @@ 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 #13031: Small speed-up for tarfile when unzipping tarfiles. Patch by Justin Peel.