typeshed icon indicating copy to clipboard operation
typeshed copied to clipboard

gevent: Use a `TypeVarTuple` in `gevent.baseserver.BaseServer`

Open Daverball opened this issue 2 years ago • 2 comments

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

Daverball avatar Dec 10 '23 08:12 Daverball

According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉

github-actions[bot] avatar Dec 10 '23 08:12 github-actions[bot]