Skip to content

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

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

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. ✅

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]

2 participants