]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-109706: Fix multiprocessing test_nested_startmethod() (GH-109707) (#109763)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 22 Sep 2023 22:09:46 +0000 (15:09 -0700)
committerGitHub <noreply@github.com>
Fri, 22 Sep 2023 22:09:46 +0000 (22:09 +0000)
commit3db2ec26bc68847d79a889a7c740b2fe30be10f0
tree3bb383c8989a98306e7823ef1793c4ee416ec8ff
parent6bb18bb0b457b0d4f75e388f9f83772e4d90e312
[3.11] gh-109706: Fix multiprocessing test_nested_startmethod() (GH-109707) (#109763)

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