Files
cpython/Doc/library
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
..
2022-02-14 10:53:16 -08:00
2022-05-11 00:36:24 -07:00
2021-12-17 13:55:03 +01:00
2022-02-14 13:49:11 -08:00