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

Fix function containing PEP 593 Annotated with a string literal second arg causing 'Name "x" is not defined" error #10777

Commits on Jul 6, 2021

  1. Add failing test

    syastrov committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    0abe6b8 View commit details
    Browse the repository at this point in the history
  2. Don't query the second argument to Annotated for TypeVars, which woul…

    …d result in 'Name "x" is not defined' errors.
    syastrov committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    a41c4bb View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2021

  1. Configuration menu
    Copy the full SHA
    ff7618b View commit details
    Browse the repository at this point in the history
  2. Fix test

    97littleleaf11 committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    30a2948 View commit details
    Browse the repository at this point in the history
  3. Add test case

    97littleleaf11 committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    b238162 View commit details
    Browse the repository at this point in the history