Skip to content

Fix @typing_extensions.final#15622

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

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

Conversation

@zedzhen
Copy link
Copy Markdown
Contributor

@zedzhen zedzhen commented Apr 7, 2026

Fix #15621

copy python#5985 for typing_extensions
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 7, 2026

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]

Copy link
Copy Markdown
Collaborator

@srittau srittau left a comment

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