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`.
1 file changed