]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-149740: Remove redundant self.empty() check in asyncio.Queue.get() (#149741)
authorTimofei <128279579+deadlovelll@users.noreply.github.com>
Wed, 8 Jul 2026 10:15:18 +0000 (13:15 +0300)
committerGitHub <noreply@github.com>
Wed, 8 Jul 2026 10:15:18 +0000 (10:15 +0000)
commit754b9f28b31e659691e1f3954c9606d0ef064d5d
tree34cb39d0b76f2554d92bc3e2ccb702f202c7091f
parent1051384fcdfa88dd88d66dfc93b60aec9ca1ad2e
gh-149740: Remove redundant self.empty() check in asyncio.Queue.get() (#149741)

Co-authored-by: Kumar Aditya <kumaraditya@python.org>
Lib/asyncio/queues.py