]> 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:18:31 +0000 (02:18 -0700)
committerGitHub <noreply@github.com>
Thu, 14 Apr 2022 09:18:31 +0000 (02:18 -0700)
commit52ce75fc1ee31032ce64bee4f01f1c1e70b39c28
treef38bf225d012a544f95348c4ab1e02829af88584
parent72114c06fd8f105437d671277b0593a378ecc3f4
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