Skip to content

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 commit 3473817)

Co-authored-by: Serhiy Storchaka [email protected]

…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 commit 3473817)

Co-authored-by: Serhiy Storchaka <[email protected]>
@miss-islington
Copy link
Contributor Author

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

1 similar comment
@miss-islington
Copy link
Contributor Author

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
Contributor Author

@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 👍

@pablogsal pablogsal force-pushed the backport-3473817-3.11 branch from 43c5336 to a5faeac Compare June 12, 2022 17:59
@serhiy-storchaka serhiy-storchaka merged commit 8dc5df4 into python:3.11 Jun 14, 2022
@serhiy-storchaka
Copy link
Member

Thanks!

@miss-islington miss-islington deleted the backport-3473817-3.11 branch June 14, 2022 18:16
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.

4 participants