Commit 5bd1c4c
committed
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)1 parent 7a39ef5 commit 5bd1c4c
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4844 | 4844 | | |
4845 | 4845 | | |
4846 | 4846 | | |
4847 | | - | |
| 4847 | + | |
4848 | 4848 | | |
4849 | | - | |
| 4849 | + | |
4850 | 4850 | | |
4851 | 4851 | | |
4852 | 4852 | | |
| |||
0 commit comments