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

Support union type syntax in runtime contexts #10770

Merged
merged 4 commits into from
Jul 6, 2021
Merged

Support union type syntax in runtime contexts #10770

merged 4 commits into from
Jul 6, 2021

Commits on Jul 5, 2021

  1. Support union type syntax in type applications, aliases and casts

    These are only available in Python 3.10 mode.
    
    Work on #9880.
    JukkaL committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    309d797 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2418946 View commit details
    Browse the repository at this point in the history
  3. Handle None argument

    JukkaL committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    3bf2873 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2021

  1. Test file style tweaks

    JukkaL committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    0da60b2 View commit details
    Browse the repository at this point in the history