]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40135: Fix multiprocessing test_shared_memory_across_processes() (GH-19892)
authorHai Shi <shihai1992@gmail.com>
Mon, 4 May 2020 15:05:54 +0000 (23:05 +0800)
committerGitHub <noreply@github.com>
Mon, 4 May 2020 15:05:54 +0000 (17:05 +0200)
commitcaa3ef284a2e5e5b9bdd6a9e619804122c842d80
treec61bf4e0f99ecde28cdedbc598c489fb7b08fe8e
parentb88cd585d36d6285a5aeb0b6fdb70c134062181e
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.
Lib/test/_test_multiprocessing.py