Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: python/mypy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.6.0
Choose a base ref
...
head repository: python/mypy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.6.1
Choose a head ref
  • 4 commits
  • 4 files changed
  • 2 contributors

Commits on Oct 17, 2023

  1. Add +dev to version

    hauntsaninja committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    45f7a12 View commit details
    Browse the repository at this point in the history
  2. Fix crash on ParamSpec unification (#16251)

    Fixes #16245
    Fixes #16248
    
    Unfortunately I was a bit reckless with parentheses, but in my defense
    `unify_generic_callable()` is kind of broken for long time, as it can
    return "solutions" like ```{1: T`1}```. We need a more principled
    approach there (IIRC there is already an issue about this in the scope
    of `--new-type-inference`).
    
    (The fix is quite trivial so I am not going to wait for review too long
    to save time, unless there will be some issues in `mypy_primer` etc.)
    ilevkivskyi authored and hauntsaninja committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    eb81e63 View commit details
    Browse the repository at this point in the history
  3. Fix crash on ParamSpec unification (for real) (#16259)

    Fixes #16257
    
    Parenthesis strike back. I hope this is the last place where I had put
    them wrong.
    ilevkivskyi authored and hauntsaninja committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    6b6504e View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Remove +dev from version

    hauntsaninja committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    9b891fe View commit details
    Browse the repository at this point in the history
Loading