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

Commits on Oct 11, 2024

  1. 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.
    
    PiperOrigin-RevId: 684814282
    oprypin authored and copybara-github committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    397715d View commit details
    Browse the repository at this point in the history