]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38377: Fix skip_if_broken_multiprocessing_synchronize() on macOS (GH-20984)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 19 Jun 2020 16:19:38 +0000 (09:19 -0700)
committerGitHub <noreply@github.com>
Fri, 19 Jun 2020 16:19:38 +0000 (09:19 -0700)
commitec9bc2da421c456e416d991fd1fe79ac33344d9d
tree8ffd3c14110b11a10116745072f1b54e8db3de09
parent4dd10ed6942ab99bc5b0b1c5ecc88a753877aefd
bpo-38377: Fix skip_if_broken_multiprocessing_synchronize() on macOS (GH-20984)

skip_if_broken_multiprocessing_synchronize() only attempts for create
a semaphore on Linux to fix multiprocessing
test_resource_tracker_reused() on macOS.
(cherry picked from commit 3358da4054b9b0b045eb47dc74dee3d58bfbb1d5)

Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/test/support/__init__.py