Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
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 orlearn 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:9e72e96
Choose a base ref
Loading
...
head repository:python/mypy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:68b8fa0
Choose a head ref
Loading
  • 9commits
  • 22files changed
  • 4contributors

Commits on Jun 11, 2025

  1. Bump version to 1.16.1+dev

    @JukkaL
    JukkaL committedJun 11, 2025
    Configuration menu
    Copy the full SHA
    9b079f6View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a4f284View commit details
    Browse the repository at this point in the history
  3. [mypyc] Fixing condition for handling user-defined __del__ (#19188)

    Fixes#19175.Conditions for generating and invoking `del` method were not consistent.As things currently stand, this pull request fixes the crash. However, for classes that derive from Python built-ins, user-defined `__del__` will not be invoked.
    @advait-dixit@JukkaL
    advait-dixit authored andJukkaL committedJun 11, 2025
    Configuration menu
    Copy the full SHA
    c39f5e7View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cb3c6ecView commit details
    Browse the repository at this point in the history
  5. Tighten metaclass __call__ handling in protocols (#19191)

    Fixes#19184This fixes an (edge-case) regression introduced in 1.16. Fix isstraightforward, only ignore `__call__` if it comes from an _actual_metaclass.
    @ilevkivskyi@JukkaL
    ilevkivskyi authored andJukkaL committedJun 11, 2025
    Configuration menu
    Copy the full SHA
    c86480cView commit details
    Browse the repository at this point in the history
  6. Handle assignment of bound methods in class bodies (#19233)

    Fixes#18438Fixes#19146Surprisingly, a very small change is sufficient to replicate Pythonruntime behavior for all the important cases (see `checkmember.py`). Ialso replace the `bound_args` argument of `CallableType`, that wasmostly unused, with a flag (as suggested by@JukkaL) and make sure it isproperly set/preserved everywhere.
    @ilevkivskyi@JukkaL
    ilevkivskyi authored andJukkaL committedJun 11, 2025
    Configuration menu
    Copy the full SHA
    c20fd78View commit details
    Browse the repository at this point in the history
  7. Fix properties with setters after deleters (#19248)

    Fixes#19224Note we must add an additional attribute on `OverloadedFuncDef` sincedecorator expressions are not serialized.
    @ilevkivskyi@JukkaL
    ilevkivskyi authored andJukkaL committedJun 11, 2025
    Configuration menu
    Copy the full SHA
    9fb5ff6View commit details
    Browse the repository at this point in the history
  8. Single underscore is not a sunder (#19273)

    Fixes#19271.
    @A5rocks@JukkaL
    A5rocks authored andJukkaL committedJun 11, 2025
    Configuration menu
    Copy the full SHA
    e253edeView commit details
    Browse the repository at this point in the history
  9. Bump version to 1.16.1

    @JukkaL
    JukkaL committedJun 11, 2025
    Configuration menu
    Copy the full SHA
    68b8fa0View commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp