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

gh-91621: Fix typing.get_type_hints for collections.abc.Callable #91656

Merged
merged 5 commits into from
May 2, 2022

Commits on Apr 18, 2022

  1. pythongh-91621: Fix typing.get_type_hints for collections.abc.Callable

    This mirrors logic in typing.get_args. The trickiness comes from how we
    flatten args in collections.abc.Callable, see
    https://bugs.python.org/issue42195
    hauntsaninja committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    4dfc970 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e93b8e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e8c4401 View commit details
    Browse the repository at this point in the history
  4. more tests

    hauntsaninja committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    6fecdfa View commit details
    Browse the repository at this point in the history

Commits on May 2, 2022

  1. add helper

    hauntsaninja committed May 2, 2022
    Configuration menu
    Copy the full SHA
    b45397f View commit details
    Browse the repository at this point in the history