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

[3.11] gh-91162: Support splitting of unpacked arbitrary-length tuple over TypeVar and TypeVarTuple parameters (alt) (GH-93412)#93746

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged

Conversation

@miss-islington
Copy link
Contributor

For example:

A[T, *Ts][*tuple[int, ...]] -> A[int, *tuple[int, ...]]
A[*Ts, T][*tuple[int, ...]] -> A[*tuple[int, ...], int]
(cherry picked from commit3473817)

Co-authored-by: Serhiy Storchakastorchaka@gmail.com

…over TypeVar and TypeVarTuple parameters (alt) (pythonGH-93412)For example:  A[T, *Ts][*tuple[int, ...]] -> A[int, *tuple[int, ...]]  A[*Ts, T][*tuple[int, ...]] -> A[*tuple[int, ...], int](cherry picked from commit3473817)Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
@miss-islington
Copy link
ContributorAuthor

Status check is done, and it's a success ✅ .

1 similar comment
@miss-islington
Copy link
ContributorAuthor

Status check is done, and it's a success ✅ .

@serhiy-storchaka
Copy link
Member

@pablogsal, could you please regenerate the ABI data for this PR?

@miss-islington
Copy link
ContributorAuthor

@serhiy-storchaka: Status check is done, and it's a success ❌ .

@pablogsal
Copy link
Member

@pablogsal, could you please regenerate the ABI data for this PR?

Done 👍

@serhiy-storchaka
Copy link
Member

Thanks!

@miss-islingtonmiss-islington deleted the backport-3473817-3.11 branchJune 14, 2022 18:16
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@gvanrossumgvanrossumAwaiting requested review from gvanrossumgvanrossum is a code owner

@Fidget-SpinnerFidget-SpinnerAwaiting requested review from Fidget-Spinner

@JelleZijlstraJelleZijlstraAwaiting requested review from JelleZijlstraJelleZijlstra is a code owner

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

4 participants

@miss-islington@serhiy-storchaka@pablogsal@bedevere-bot

[8]ページ先頭

©2009-2025 Movatter.jp