Open
Description
#2881 attempted to add TypeVarTuple
to the signature of Nursery.start
but hit problems and ended up blocked by python/mypy#16522
I'm opening this issue so we can track it on our end as well, or possibly discuss alternate ways of adding type hints. We could consider having a million overloads like trio-typing did as a stop-gap.
Equivalent anyio issue: agronholm/anyio#678