-
-
Notifications
You must be signed in to change notification settings - Fork 31.4k
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gh-93345: Fix a crash in substitution of nested TypeVar after TypeVarTuple #93346
gh-93345: Fix a crash in substitution of nested TypeVar after TypeVarTuple #93346
Conversation
Misc/NEWS.d/next/Core and Builtins/2022-05-30-10-22-46.gh-issue-93345.gi1A4L.rst
Outdated
Show resolved
Hide resolved
…e-93345.gi1A4L.rst Co-authored-by: Ken Jin <kenjin4096@gmail.com>
Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11. |
Sorry, @serhiy-storchaka, I could not cleanly backport this to |
Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11. |
…ypeVarTuple (pythonGH-93346) For example: tuple[*Ts, list[T]][int, str, bool] (cherry picked from commit f545fc9) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
GH-93402 is a backport of this pull request to the 3.11 branch. |
Closes #93345.