Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 3 commits into from
Dec 10, 2023

Conversation

Daverball
Copy link
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
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 :)

This comment has been minimized.

Copy link
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