Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
python/mypy#1178 is about variable-length tuples, while exc_info() always returns a tuple with length 3. Ideally, exc_info() would return Union[Tuple[Type[_E], _E, TracebackType], Tuple[None, None, None]], but that is a different issue.
- Loading branch information