]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-76785: Fix interpreters.Queue.get_nowait() (gh-116166)
authorEric Snow <ericsnowcurrently@gmail.com>
Fri, 1 Mar 2024 16:36:35 +0000 (09:36 -0700)
committerGitHub <noreply@github.com>
Fri, 1 Mar 2024 16:36:35 +0000 (16:36 +0000)
commit936d4611d63d0c109e05d385e99acc0592eff341
treec1c0525cc2b5ae8945252194302d24aa94e35674
parenta7549b03cec1699b5342cddf292c179315433fa2
gh-76785: Fix interpreters.Queue.get_nowait() (gh-116166)

I missed this change in gh-115566.
Lib/test/support/interpreters/queues.py
Lib/test/test_interpreters/test_queues.py