Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Previously, we defined `ExcInfo` as `tuple[Type[BaseException] | None, BaseException | None, TracebackType | None]`, when in fact, the correct type is the narrower `tuple[Type[BaseException], BaseException, TracebackType] | tuple[None, None, None]`.
- Loading branch information