commit | 70fe95cdc9ac1b00d4f86b7525dca80caf7003e1 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Mon May 04 08:25:22 2020 -0700 |
committer | GitHub <noreply@github.com> | Mon May 04 08:25:22 2020 -0700 |
tree | 4c3cd3feddfc25a437fd27408ea5a9bb51fb5452 | |
parent | 9609460ce0b71215eff2d057b6780950e00be013 [diff] |
bpo-40135: Fix multiprocessing test_shared_memory_across_processes() (GH-19892) Don't define shared memory block's name in test_shared_memory_across_processes(): use SharedMemory(create=True) instead. (cherry picked from commit caa3ef284a2e5e5b9bdd6a9e619804122c842d80) Co-authored-by: Hai Shi <shihai1992@gmail.com>