Files
cpython/Lib/asyncio
Miss Islington (bot) 7fe949e5ea GH-94398: TaskGroup: Fail create_task() during shutdown (GH-94400) (GH-94463)
Once the task group is shutting down, it should not be possible to create a new task.
Here "shutting down" means `self._aborting` is set, indicating that at least one task
has failed and we have cancelled all others.

Co-authored-by: Łukasz Langa <lukasz@langa.pl>
(cherry picked from commit 594c369949)

Co-authored-by: Guido van Rossum <guido@python.org>
2022-06-30 20:02:42 +02:00
..
2013-10-17 15:39:45 -07:00
2022-04-29 22:23:54 -07:00
2022-03-05 17:47:00 +02:00
2021-07-31 06:36:10 +02:00