Skip to content

add regression test for Callable[[X, *Ts], R] cannot be called with (x, *args) where args: tuple[*Ts] #4832 - #4950

Closed
asukaminato0721 wants to merge 1 commit into
facebook:mainfrom
asukaminato0721:4832
Closed

asukaminato0721 wants to merge 1 commit into
facebook:mainfrom
asukaminato0721:4832

Conversation

@asukaminato0721

Copy link
Copy Markdown
Collaborator

Summary

Fixes #4832

Test Plan

add regression test

@meta-codesync

meta-codesync Bot commented Sep 16, 2026

Copy link
Copy Markdown
Contributor

This pull request has been imported. If you are a Meta employee, you can view this in D120383466. (Because this pull request was imported automatically, there will not be any future comments.)

@github-actions

Copy link
Copy Markdown

According to mypy_primer, this change doesn't affect type check results on a corpus of open source code. ✅

@rchen152 rchen152 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Review automatically exported from Phabricator review in Meta.

@meta-codesync meta-codesync Bot closed this in 01506cc Sep 24, 2026
@meta-codesync meta-codesync Bot added the Merged label Sep 24, 2026
@meta-codesync

meta-codesync Bot commented Sep 24, 2026

Copy link
Copy Markdown
Contributor

This pull request has been merged in 01506cc.

@asukaminato0721
asukaminato0721 deleted the 4832 branch September 24, 2026 01:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Callable[[X, *Ts], R] cannot be called with (x, *args) where args: tuple[*Ts]

3 participants