]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-36364: fix SharedMemoryManager examples (GH-12439)
authorPierre Glaser <pierreglaser@msn.com>
Tue, 26 Mar 2019 19:12:26 +0000 (20:12 +0100)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 26 Mar 2019 19:12:26 +0000 (12:12 -0700)
commit3b7e47aea9b29f2669e7178a461426d18bce349e
treec1fef6c501c16a218cc16df0f557ed06e48c6c99
parentf8ba6f5afc317d1be3025db1be410ac66a7e5a27
bpo-36364: fix SharedMemoryManager examples (GH-12439)

Examples of the `multiprocessing.shared_memory` module try to import `SharedMemoryManager` from `multiprocessing.shared_memory` whereas this class is defined in `multiprocessing.managers`.
Doc/library/multiprocessing.shared_memory.rst