Is your feature request related to a problem? Please describe.
When using TaskGroup in Python applications, errors are reported with vague messages like "(1 sub-exception)", making it difficult to identify and debug issues efficiently.
Describe the solution you'd like
Implement a more detailed error reporting for TaskGroup that displays full stack traces for exceptions in each subtask.
Is your feature request related to a problem? Please describe.
When using TaskGroup in Python applications, errors are reported with vague messages like "(1 sub-exception)", making it difficult to identify and debug issues efficiently.
Describe the solution you'd like
Implement a more detailed error reporting for TaskGroup that displays full stack traces for exceptions in each subtask.