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

Bug report (Regression): bad overload resolution in--strict mode #19458

Open
Labels
bugmypy got something wrong
@thierry-martinez

Description

@thierry-martinez

Bug Report

The following code type-checked withmypy 1.16.1 in--strict mode but does not type-check withmypy 1.17 and the master branch (currentlyeb07c06) in--strict mode. Bisecting points to the commit33d1eed.

Note that the problem does not occur if--strict mode is disabled.

To Reproduce

importinspectimporttypingfromtypingimportAny,ClassVardefis_classvar(cls:type,scope:dict[Any,type])->bool:ann=inspect.get_annotations(cls,eval_str=True,locals=scope).get("kind")ifannisNone:raiseException("Should be annotated.")returntyping.get_origin(ann)isnotClassVar

Actual Behavior

mypy --strict test_any.pytest_any.py:9: error: Non-overlapping identity check (left operand type: "ParamSpec", right operand type: "<typing special form>")  [comparison-overlap]Found 1 error in 1 file (checked 1 source file)

Your Environment

  • Mypy version used:mypy 1.17 andmaster (bad),mypy 1.16.1 (good)
  • Mypy command-line flags:--strict
  • Mypy configuration options frommypy.ini (and other config files):
  • Python version used:3.13

Note thatreveal_type(ann) givesAny | None and that annotatingann: Any | None solves the problem.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugmypy got something wrong

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp