You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The signature in [argonholm/exceptiongroup](https://github.com/agronholm/exceptiongroup/blob/0878b8331a905f18b4d39b24b105b3e514ada65b/src/exceptiongroup/_exceptions.py#L213) is
# In reality it is `NonEmptySequence`:@overloaddefderive(self, __excs: Sequence[_ExceptionT]) ->ExceptionGroup[_ExceptionT]: ...
@overloaddefderive(self, __excs: Sequence[_BaseExceptionT]) ->BaseExceptionGroup[_BaseExceptionT]: ...
Oops, I was clicking "reference in new issue" to test things out, typed in agromholm/exceptiongroups as the repo and pressed enter, hoping it would work. It didn't :(
A5rocks
changed the title
The signature in [argonholm/exceptiongroup](https://github.com/agronholm/exceptiongroup/blob/0878b8331a905f18b4d39b24b105b3e514ada65b/src/exceptiongroup/_exceptions.py#L213) is
misclick
Aug 26, 2023
and in typeshed it is
I found agronholm/exceptiongroup#40, python/typeshed#9219, and python/typeshed#9230 and reading those it seems that this should've been resolved?
It might be that
disallow_any_generics
would flag something further up if you enabled itOriginally posted by @jakkdl in #2733 (comment)
The text was updated successfully, but these errors were encountered: