]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-117531: Unblock getters after non-immediate queue shutdown (#117532)
authorLaurie O <laurie_opperman@hotmail.com>
Wed, 10 Apr 2024 15:01:42 +0000 (01:01 +1000)
committerGitHub <noreply@github.com>
Wed, 10 Apr 2024 15:01:42 +0000 (08:01 -0700)
commit6bc0b33a91713ee62fd1860d28b19cb620c45971
treeebaa3fd16dace275dbc35702def073536ee230f0
parentdfcae4379f2cc4d352a180f9fef2381570aa9bcb
gh-117531: Unblock getters after non-immediate queue shutdown (#117532)

(This is a small tweak of the original gh-104750 which added shutdown.)
Doc/library/queue.rst
Lib/queue.py
Lib/test/test_queue.py