◐ Shell
clean mode source ↗

gh-96471: Add asyncio queue shutdown by EpicWink · Pull Request #104228 · python/cpython

and others added 2 commits

May 6, 2023 14:50
* Queue state enum members are capitalised
* Termination state in str/repr
* Include raised exception in docstrings
* Factor out queue-state checks and updates to methods
* Logic fixes in get_nowait and shutdown
* Handle queue shutdown in task_done and join
* Updated tests
* Document feature added in 3.13

@blurb-it

This was referenced

May 6, 2023

gvanrossum

YvesDup

YvesDup

YvesDup

gvanrossum

YvesDup

YvesDup

YvesDup

@EpicWink EpicWink deleted the asyncio-queue-shutdown branch

April 8, 2024 00:49

diegorusso pushed a commit to diegorusso/cpython that referenced this pull request

Apr 17, 2024
Co-authored-by: Duprat <yduprat@gmail.com>