Replies: 1 comment 2 replies
-
I'm not sure what you mean. Could you provide a minimal code sample that demonstrates the behavior that you're seeing and your expected behavior? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It was changed from
ExceptionGroup
toBaseExceptionGroup
in microsoft/pylance-release#4183Related typeshed issue python/typeshed#12972
I'm not 100% if the typeshed issue will resolve
except*
handling in pyright, in case it would then we can directly resolve/close this. But in case it's hard-coded to always beBaseExceptionGroup
and won't be changed by typeshed messing with__new__
then you might want to fix it right away.repro:
Beta Was this translation helpful? Give feedback.
All reactions