Skip to content

Fix @typing_extensions.final#15622

Merged
srittau merged 1 commit into
python:mainfrom
zedzhen:patch-1
Apr 7, 2026
Merged

Fix @typing_extensions.final#15622
srittau merged 1 commit into
python:mainfrom
zedzhen:patch-1

Conversation

@zedzhen

@zedzhen zedzhen commented Apr 7, 2026

Copy link
Copy Markdown
Contributor

Fix #15621

copy #5985 for typing_extensions
@github-actions

github-actions Bot commented Apr 7, 2026

Copy link
Copy Markdown
Contributor

Diff from mypy_primer, showing the effect of this PR on open source code:

pandas (https://github.com/pandas-dev/pandas)
+ pandas/core/computation/ops.py:328: error: Need type annotation for "_binary_ops_dict" (hint: "_binary_ops_dict: dict[<type>, <type>] = ...")  [var-annotated]

@srittau srittau left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@srittau srittau merged commit 7eb0ddd into python:main Apr 7, 2026
51 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

typing_extensions.final and typing.final have different annotation

2 participants