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

[3.11] gh-93345: Fix a crash in substitution of nested TypeVar after TypeVarTuple (GH-93346) by miss-islington · Pull Request #93402 · python/cpython · GitHub

/ cpython Public

[3.11] gh-93345: Fix a crash in substitution of nested TypeVar after TypeVarTuple (GH-93346) - #93402

Merged
miss-islington merged 1 commit into
python:3.11from
miss-islington:backport-f545fc9-3.11
Jun 1, 2022
Merged

[3.11] gh-93345: Fix a crash in substitution of nested TypeVar after TypeVarTuple (GH-93346)#93402
miss-islington merged 1 commit into
python:3.11from
miss-islington:backport-f545fc9-3.11

Conversation

Copy link
Copy Markdown
Contributor

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

Co-authored-by: Serhiy Storchaka storchaka@gmail.com

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

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

Copy link
Copy Markdown
Contributor Author

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

bedevere-bot added type-crash A hard crash of the interpreter, possibly with a core dump awaiting review labels Jun 1, 2022

Copy link
Copy Markdown
Contributor Author

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

miss-islington merged commit 3265ff9 into python:3.11 Jun 1, 2022
miss-islington deleted the backport-f545fc9-3.11 branch June 1, 2022 06:43
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.

3 participants


Back | FazBrowse Home | New Git URL