summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorDavin Potts <applio@users.noreply.github.com>2019-02-02 04:52:23 (GMT)
committerGitHub <noreply@github.com>2019-02-02 04:52:23 (GMT)
commite5ef45b8f519a9be9965590e1a0a587ff584c180 (patch)
tree261723cf76fbc9ef042b8ad4a3a6a581c7ae603c /Misc
parentd2b4c19d53f5f021fb1c7c32d48033a92ac4fe49 (diff)
downloadcpython-e5ef45b8f519a9be9965590e1a0a587ff584c180.zip
cpython-e5ef45b8f519a9be9965590e1a0a587ff584c180.tar.gz
cpython-e5ef45b8f519a9be9965590e1a0a587ff584c180.tar.bz2
bpo-35813: Added shared_memory submodule of multiprocessing. (#11664)
Added shared_memory submodule to multiprocessing in time for first alpha with cross-platform tests soon to follow.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2019-01-23-22-44-37.bpo-35813.Yobj-Y.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-01-23-22-44-37.bpo-35813.Yobj-Y.rst b/Misc/NEWS.d/next/Library/2019-01-23-22-44-37.bpo-35813.Yobj-Y.rst
new file mode 100644
index 0000000..714a24c
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2019-01-23-22-44-37.bpo-35813.Yobj-Y.rst
@@ -0,0 +1,2 @@
+Shared memory submodule added to multiprocessing to avoid need for
+serialization between processes