]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-96471: Add shutdown() method to queue.Queue (#104750)
authorLaurie O <laurie_opperman@hotmail.com>
Sat, 10 Feb 2024 04:58:30 +0000 (14:58 +1000)
committerGitHub <noreply@github.com>
Sat, 10 Feb 2024 04:58:30 +0000 (20:58 -0800)
commitb2d9d134dcb5633deebebf2b0118cd4f7ca598a2
treeb683686f4a42bdec2fe0540c585005dc4e5db8c2
parentd4d5bae1471788b345155e8e93a2fe4ab92d09dc
gh-96471: Add shutdown() method to queue.Queue (#104750)

Co-authored-by: Duprat <yduprat@gmail.com>
Doc/library/queue.rst
Doc/whatsnew/3.13.rst
Lib/queue.py
Lib/test/test_queue.py
Misc/NEWS.d/next/Library/2023-05-06-04-57-10.gh-issue-96471.C9wAU7.rst [new file with mode: 0644]