dry-python/classes

Fix how tuples of concrete sizes work

sobolevn opened this issue · 0 comments

Right now they are forbidden, even with delegate= argument.
We should allow tuples of specified length (like Tuple[int, int]) when delegate= is present.