summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRichard Oudkerk <shibturn@gmail.com>2012-06-06 18:01:14 (GMT)
committerRichard Oudkerk <shibturn@gmail.com>2012-06-06 18:01:14 (GMT)
commit2182e0578c21d9a89cb507300b5f2c5319dced93 (patch)
tree3f17161c79bc624a346e80c1ce5efcc7ccbfbc89 /Misc
parentd44a4a27a6968558c3a78dbf2578ac7dcbd2ee08 (diff)
downloadcpython-2182e0578c21d9a89cb507300b5f2c5319dced93.zip
cpython-2182e0578c21d9a89cb507300b5f2c5319dced93.tar.gz
cpython-2182e0578c21d9a89cb507300b5f2c5319dced93.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 b832384..6d75b07 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -67,6 +67,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.