Commit Graph

1 Commits

Author SHA1 Message Date
Jeff Epler 1834dcf8b5 py/objtuple: Support __add__ and __iadd__ with tuple subclasses.
Properly cast tuple subclasses to the native base class before performing
`__add__` or `__iadd_`.

Closes: #7304

Signed-off-by: Jeff Epler <jepler@unpythonic.net>
2026-04-15 15:43:49 +10:00