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

Stop exposing fake builtins generator, asyncgenerator, coroutine #1803

Merged
merged 1 commit into from
Oct 11, 2024

Conversation

copybara-service[bot]
Copy link

@copybara-service copybara-service bot commented Oct 9, 2024

Stop exposing fake builtins generator, asyncgenerator, coroutine

Update type annotations for the throw method of Generator and others.
Previously these type annotations happened to be unused, so it was not noticeable that they are incomplete. So, make them more similar to typeshed/typing.pyi.

@copybara-service copybara-service bot force-pushed the cl/683766929 branch 2 times, most recently from ed39d83 to 62deeea Compare October 11, 2024 13:01
Update type annotations for the `throw` method of `Generator` and others.
Previously these type annotations happened to be unused, so it was not noticeable that they are incomplete. So, make them more similar to typeshed/typing.pyi.

PiperOrigin-RevId: 684814282
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.

1 participant