]> granicus.if.org Git - python/commit
bpo-35813: Added shared_memory submodule of multiprocessing. (#11664)
authorDavin Potts <applio@users.noreply.github.com>
Sat, 2 Feb 2019 04:52:23 +0000 (22:52 -0600)
committerGitHub <noreply@github.com>
Sat, 2 Feb 2019 04:52:23 +0000 (22:52 -0600)
commite5ef45b8f519a9be9965590e1a0a587ff584c180
tree261723cf76fbc9ef042b8ad4a3a6a581c7ae603c
parentd2b4c19d53f5f021fb1c7c32d48033a92ac4fe49
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.
Lib/multiprocessing/shared_memory.py [new file with mode: 0644]
Misc/NEWS.d/next/Library/2019-01-23-22-44-37.bpo-35813.Yobj-Y.rst [new file with mode: 0644]
Modules/_multiprocessing/posixshmem.c [new file with mode: 0644]
setup.py