Skip to content
CodeWiki
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
Search
⌘K
English
English
Chinese
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
English
English
Chinese
Practice
/
Quiz
/
Python
/
Python
What normally happens when one child in an active asyncio.TaskGroup raises ValueError?
from Python
intermediate
1 min
What normally happens when one child in an active asyncio.TaskGroup raises ValueError?
Unfinished siblings are cancelled and awaited, then the group raises an exception group
The failure is discarded and every sibling continues silently
Only the failed task stops; leaving the context never reports it
Check
Ask AI about this kata
Report an error
previous kata
Name the typing construct that describes structural subtyping without requiring explicit …
Fill in
next kata
On a standard GIL-enabled CPython build, which default choice best matches the workload?
Quiz
A new version is available
Reload