SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 0 Python

GH-94398: TaskGroup: Fail create_task() during shutdown (GH-94400)

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>
G
Guido van Rossum committed
594c3699492bfb007650538726d953cbed55de04
Parent: 4261b6b
Committed by GitHub <noreply@github.com> on 6/30/2022, 5:10:46 PM