Skip to content

[3.13] gh-138479: Ensure that __typing_subst__ returns a tuple (GH-138482) - #138786

Merged
ZeroIntensity merged 2 commits into
python:3.13from
ZeroIntensity:backport-1da989b-3.13
Sep 11, 2025
Merged

[3.13] gh-138479: Ensure that __typing_subst__ returns a tuple (GH-138482)#138786
ZeroIntensity merged 2 commits into
python:3.13from
ZeroIntensity:backport-1da989b-3.13

Conversation

@ZeroIntensity

@ZeroIntensityZeroIntensity commented Sep 11, 2025

Copy link
Copy Markdown
Member

Raise an exception if __typing_subst__ returns a non-tuple object.

(cherry picked from commit 1da989b)

ZeroIntensityand others added 2 commits September 11, 2025 06:45
…onGH-138482)
Raise an exception if __typing_subst__ returns a non-tuple object.
---------
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
(cherry picked from commit 1da989b)
pythonGH-138482)
Raise an exception if __typing_subst__ returns a non-tuple object.
---------
(cherry picked from commit 1da989b)
Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
@ZeroIntensity
ZeroIntensity enabled auto-merge (squash) September 11, 2025 10:47
@AlexWaygood
AlexWaygood removed their request for review September 11, 2025 10:49
@ZeroIntensity
ZeroIntensity merged commit e772061 into python:3.13Sep 11, 2025
42 checks passed
@ZeroIntensity
ZeroIntensity deleted the backport-1da989b-3.13 branch September 11, 2025 11:08
Sign up for freeto 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.

1 participant

@ZeroIntensity