Files
cpython/Lib
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-06-01 14:07:53 +01:00
2022-04-27 15:28:56 -06:00
2022-04-21 19:28:34 -07:00
2022-04-22 15:48:03 -07:00
2022-04-25 16:26:43 -07:00
2022-04-27 20:26:33 -07:00