◐ Shell
clean mode source ↗

gh-109706: Fix multiprocessing test_nested_startmethod() by vstinner · Pull Request #109707 · python/cpython

Don't check order, queue items can be written in any order.

@vstinner vstinner deleted the test_nested_startmethod branch

September 22, 2023 21:49

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Sep 22, 2023
…nGH-109707)

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

Co-authored-by: Victor Stinner <vstinner@python.org>

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Sep 22, 2023
…nGH-109707)

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

Co-authored-by: Victor Stinner <vstinner@python.org>

vstinner added a commit that referenced this pull request

Sep 22, 2023
…09707) (#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 b03a791)

Co-authored-by: Victor Stinner <vstinner@python.org>

csm10495 pushed a commit to csm10495/cpython that referenced this pull request

Sep 28, 2023
…n#109707)

Don't check order, queue items can be written in any order.

Yhg1s pushed a commit that referenced this pull request

Oct 2, 2023
…09707) (#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 b03a791)

Co-authored-by: Victor Stinner <vstinner@python.org>

Glyphack pushed a commit to Glyphack/cpython that referenced this pull request

Sep 2, 2024
…n#109707)

Don't check order, queue items can be written in any order.