bpo-35727: Use exit code 0 on sys.exit() in multiprocessing.Process. (GH-11538)
diff --git a/Misc/ACKS b/Misc/ACKS
index 976c26e..f329a2d 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -746,6 +746,7 @@
Michael Hudson
Jim Hugunin
Greg Humphreys
+Chris Hunt
Eric Huss
Nehal Hussain
Taihyun Hwang
diff --git a/Misc/NEWS.d/next/Library/2019-01-12-20-39-34.bpo-35727.FWrbHn.rst b/Misc/NEWS.d/next/Library/2019-01-12-20-39-34.bpo-35727.FWrbHn.rst
new file mode 100644
index 0000000..9f3fa40
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2019-01-12-20-39-34.bpo-35727.FWrbHn.rst
@@ -0,0 +1 @@
+Fix sys.exit() and sys.exit(None) exit code propagation when used in multiprocessing.Process.
\ No newline at end of file