]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-109706: Fix multiprocessing test_nested_startmethod() (#109707)
authorVictor Stinner <vstinner@python.org>
Fri, 22 Sep 2023 21:49:32 +0000 (23:49 +0200)
committerGitHub <noreply@github.com>
Fri, 22 Sep 2023 21:49:32 +0000 (23:49 +0200)
commitb03a791497ff4b3c42805e06c73d08ac34087402
tree86858069676d24e045c1894120a1a5310847dbed
parentd5611f280403d19befe4a3e505b037d286cf798e
gh-109706: Fix multiprocessing test_nested_startmethod() (#109707)

Don't check order, queue items can be written in any order.
Lib/test/_test_multiprocessing.py