]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-109706: Fix multiprocessing test_nested_startmethod() (GH-109707) (#109762)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 2 Oct 2023 15:22:16 +0000 (08:22 -0700)
committerGitHub <noreply@github.com>
Mon, 2 Oct 2023 15:22:16 +0000 (17:22 +0200)
commit6a6bea3ee8bbe52e4307c4da1ed4a7b9c78cbe45
treecc6b281d913a8fe87c5dccbe4241fe5b57b43e8c
parentf6cb2e48152fc7b44d55583ad8b80b653085bae2
[3.12] gh-109706: Fix multiprocessing test_nested_startmethod() (GH-109707) (#109762)

gh-109706: Fix multiprocessing test_nested_startmethod() (GH-109707)

Don't check order, queue items can be written in any order.
(cherry picked from commit b03a791497ff4b3c42805e06c73d08ac34087402)

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