typeshed
typeshed copied to clipboard
gevent: Use a `TypeVarTuple` in `gevent.baseserver.BaseServer`
Second part of the gevent changes, that cannot be merged yet.
Requires TypeVarTuple in a generic class to stop crashing pytype.
Deferral reason: https://github.com/google/pytype/issues/1525
According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉