]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-90879: Fix missing parameter for put_nowait() (GH-91514)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 14 Apr 2022 09:23:15 +0000 (02:23 -0700)
committerGitHub <noreply@github.com>
Thu, 14 Apr 2022 09:23:15 +0000 (02:23 -0700)
commitf3f5d4be7a9a8d058524c4b8e85371862245ae31
tree6c5728276932c68e462c329333ec48c973df89f7
parent0ab5e83ff78e5e871768440ab0a7030bc825398f
gh-90879: Fix missing parameter for put_nowait() (GH-91514)

(cherry picked from commit 0fc3517cf46ec79b4681c31916d4081055a7ed09)

Co-authored-by: slateny <46876382+slateny@users.noreply.github.com>
Doc/library/queue.rst
Lib/queue.py