
25 Feb
2021
25 Feb
'21
1:47 a.m.
Are you saying that
except *ValueError as e:
will catch
ValueError and ExceptionGroup(ValueError) but miss ExceptionGroup(ExceptionGroup(ValueError)) ?