diff options
author | Richard Oudkerk <shibturn@gmail.com> | 2012-08-14 10:41:32 (GMT) |
---|---|---|
committer | Richard Oudkerk <shibturn@gmail.com> | 2012-08-14 10:41:32 (GMT) |
commit | e88a2445bc31dce0caa0be9b543689a953c1f920 (patch) | |
tree | cdb9dc044ec4584b1610e6f03ce995ac4a9f5f75 /Misc | |
parent | 296d1bea6aab9c5cb78ec4f90369352aba64d7c5 (diff) | |
download | cpython-e88a2445bc31dce0caa0be9b543689a953c1f920.zip cpython-e88a2445bc31dce0caa0be9b543689a953c1f920.tar.gz cpython-e88a2445bc31dce0caa0be9b543689a953c1f920.tar.bz2 |
Issue #15646: Prevent equivalent of a fork bomb when using multiprocessing
on Windows without the "if __name__ == '__main__'" idiom.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -101,6 +101,10 @@ Core and Builtins Library ------- +- Issue #15646: Prevent equivalent of a fork bomb when using + multiprocessing on Windows without the "if __name__ == '__main__'" + idiom. + - Issue #15424: Add a __sizeof__ implementation for array objects. Patch by Ludwig Hähne. |