FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

gh-93345: Fix a crash in substitution of nested TypeVar after TypeVarTuple by serhiy-storchaka · Pull Request #93346 · python/cpython · GitHub

/ cpython Public

gh-93345: Fix a crash in substitution of nested TypeVar after TypeVarTuple - #93346

Merged
serhiy-storchaka merged 3 commits into
python:mainfrom
serhiy-storchaka:typing-subst-nested-typevar-after-typevartuple
May 31, 2022
Merged

gh-93345: Fix a crash in substitution of nested TypeVar after TypeVarTuple#93346
serhiy-storchaka merged 3 commits into
python:mainfrom
serhiy-storchaka:typing-subst-nested-typevar-after-typevartuple

Conversation

serhiy-storchaka commented May 30, 2022
edited
Loading

Copy link
Copy Markdown
Member

Closes #93345.

serhiy-storchaka added type-crash A hard crash of the interpreter, possibly with a core dump needs backport to 3.11 only security fixes labels May 30, 2022
serhiy-storchaka marked this pull request as ready for review May 30, 2022 07:25
…e-93345.gi1A4L.rst

Co-authored-by: Ken Jin <kenjin4096@gmail.com>
serhiy-storchaka merged commit f545fc9 into python:main May 31, 2022

Copy link
Copy Markdown
Contributor

Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11.
🐍🍒⛏🤖

serhiy-storchaka deleted the typing-subst-nested-typevar-after-typevartuple branch May 31, 2022 05:46

Copy link
Copy Markdown
Contributor

Sorry, @serhiy-storchaka, I could not cleanly backport this to 3.11 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker f545fc955aeb701ae4e73b07ff2283f823d857b8 3.11

serhiy-storchaka added needs backport to 3.11 only security fixes and removed needs backport to 3.11 only security fixes labels Jun 1, 2022

Copy link
Copy Markdown
Contributor

Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11.
🐍🍒⛏🤖 I'm not a witch! I'm not a witch!

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jun 1, 2022
…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>

Copy link
Copy Markdown

GH-93402 is a backport of this pull request to the 3.11 branch.

bedevere-bot removed the needs backport to 3.11 only security fixes label Jun 1, 2022
miss-islington added a commit that referenced this pull request Jun 1, 2022
…Tuple (GH-93346)

For example: tuple[*Ts, list[T]][int, str, bool]
(cherry picked from commit f545fc9)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
serhiy-storchaka removed their assignment Jun 21, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type-crash A hard crash of the interpreter, possibly with a core dump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Crash in substitution of nested TypeVar after TypeVarTuple

4 participants


Back | FazBrowse Home | New Git URL