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:v1.17.0
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:v1.17.1
Choose a head ref
Loading
  • 5commits
  • 8files changed
  • 2contributors

Commits on Jul 27, 2025

  1. Configuration menu
    Copy the full SHA
    e44d14fView commit details
    Browse the repository at this point in the history
  2. Prevent a crash when InitVar is redefined with a method in a subclass (

    …#19453)Fixes#19443. This case is too niche (and should be triviallyavoidable), so just not crashing should be good enough. The value isindeed redefined, and trying to massage the plugin to move the`X-redefinition` back to `X` in names is not worth the effort IMO.
    @sterliakov@hauntsaninja
    sterliakov authored andhauntsaninja committedJul 27, 2025
    Configuration menu
    Copy the full SHA
    88fdeaaView commit details
    Browse the repository at this point in the history
  3. Fix "ignored exception inhasattr" in dmypy (#19428)

    Fixes#19425. That property has no setter so it should safe to exclude.It can raise in inconsistent state that arises when it is not copiedlast?
    @sterliakov@hauntsaninja
    sterliakov authored andhauntsaninja committedJul 27, 2025
    Configuration menu
    Copy the full SHA
    5f4428fView commit details
    Browse the repository at this point in the history
  4. RetainNoneas constraints bottom if no bottoms were provided (#19485)

    Current version replaces `None` (which indicates "no items") with anempty union (=`Uninhabited`). This breaks inference in some cases.Fixes#19483.
    @sterliakov@hauntsaninja
    sterliakov authored andhauntsaninja committedJul 27, 2025
    Configuration menu
    Copy the full SHA
    933c913View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2025

  1. Configuration menu
    Copy the full SHA
    acb2983View commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp