Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix #16935 strike that: use tuple fallback as tuple[X,...] fallback
... the original fallback ABCMeta is "correct" in that it aligns with the (abstract) base class of builtins.tuple. But rather than explicitly specify abc.ABCMeta as fallback, use the same fallback as the type we're applying arguments to (and that is abc.ABCMeta in our "tuple" case)
- Loading branch information