Skip to content

gevent: Use TypeVarTuple instead of old ParamSpec workaround.#11129

Merged
JelleZijlstra merged 3 commits intopython:mainfrom
Daverball:gevent-typevartuple
Dec 10, 2023
Merged

gevent: Use TypeVarTuple instead of old ParamSpec workaround.#11129
JelleZijlstra merged 3 commits intopython:mainfrom
Daverball:gevent-typevartuple

Conversation

@Daverball
Copy link
Copy Markdown
Contributor

This is going to have the same pytype issue as #11128 for BaseServer, but it's probably still not worth splitting the BaseServer change into its own PR.

@AlexWaygood
Copy link
Copy Markdown
Member

AlexWaygood commented Dec 9, 2023

This is going to have the same pytype issue as #11128 for BaseServer, but it's probably still not worth splitting the BaseServer change into its own PR.

Eh, I disagree. Let's make the changes that are possible now, and defer the changes that aren't possible just yet. Incremental improvements will benefit the users of these stubs more than waiting until we can do everything all at once :)

@github-actions

This comment has been minimized.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Dec 9, 2023

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

@JelleZijlstra JelleZijlstra merged commit df9a513 into python:main Dec 10, 2023
@Daverball Daverball deleted the gevent-typevartuple branch December 10, 2023 08:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants