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

Backports for 1.11.2 #17675

Closed
wants to merge 3 commits into from
Closed

Commits on Aug 14, 2024

  1. Configuration menu
    Copy the full SHA
    ed69f96 View commit details
    Browse the repository at this point in the history
  2. An alternative fix for a union-like literal string (python#17639)

    It is unfortunate to add two extra slots to a common type (and I guess
    this is why it was rejected in the original PR), but all other
    alternatives I tried are hacky and/or dangerous. So, this is a price to
    pay for introducing a new type syntax.
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    2 people authored and mr-c committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    37eacdf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    222c809 View commit details
    Browse the repository at this point in the history