]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45125: Improves pickling docs and tests for `shared_memory` (GH-28294)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 1 Oct 2021 13:09:15 +0000 (06:09 -0700)
committerGitHub <noreply@github.com>
Fri, 1 Oct 2021 13:09:15 +0000 (06:09 -0700)
commitfc3511f18e92ea345092aa59a4225218bd19e153
tree9434eda26e27b4639e6ec739a5c8f9cdd89da6be
parentb994feeca78f8ff81666b0e8a40fe2003986f6c7
bpo-45125: Improves pickling docs and tests for `shared_memory` (GH-28294)

(cherry picked from commit 746d648d47d12d16c2afedaeff626fc6aaaf6a46)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
Doc/library/multiprocessing.shared_memory.rst
Lib/test/_test_multiprocessing.py
Misc/NEWS.d/next/Tests/2021-09-11-22-08-18.bpo-45125.FVSzs2.rst [new file with mode: 0644]