]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-115258: Fix hanging tests for threading queue shutdown (#115940)
authorDuprat <yduprat@gmail.com>
Mon, 18 Mar 2024 16:15:29 +0000 (17:15 +0100)
committerGitHub <noreply@github.com>
Mon, 18 Mar 2024 16:15:29 +0000 (16:15 +0000)
commit7707b14489644073ab0153f5751c6ddbf3fc6f91
tree2b1c9acfdd829aea32e80dbd7378e6bd9446644b
parentf139d840fb543f8357ce9fc8f845c4e945a0ce85
gh-115258: Fix hanging tests for threading queue shutdown (#115940)

This reinstates `test_shutdown_immediate_all_methods_in_many_threads`
and improves `test_shutdown_all_methods_in_many_threads`.
Lib/test/test_queue.py