summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRichard Oudkerk <shibturn@gmail.com>2012-06-06 18:04:57 (GMT)
committerRichard Oudkerk <shibturn@gmail.com>2012-06-06 18:04:57 (GMT)
commit29471de459a9371d7538a9838b1b20c86df29ca7 (patch)
tree1c63299219f02f10b5e1cf94c1a67a9cde8492d5 /Misc
parente41682b9945091c2e4b95a3f6a4582944fd7598e (diff)
downloadcpython-29471de459a9371d7538a9838b1b20c86df29ca7.zip
cpython-29471de459a9371d7538a9838b1b20c86df29ca7.tar.gz
cpython-29471de459a9371d7538a9838b1b20c86df29ca7.tar.bz2
Issue #13854: Properly handle non-integer, non-string arg to SystemExit
Previously multiprocessing only expected int or str. It also wrongly used an exit code of 1 when the argument was a string instead of zero.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 071e962..3f5c867 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -70,6 +70,9 @@ Core and Builtins
Library
-------
+- Issue #13854: Make multiprocessing properly handle non-integer
+ non-string argument to SystemExit.
+
- Issue #12157: Make pool.map() empty iterables correctly. Initial
patch by mouad.