KEMBAR78
gh-128049: Fix type confusion bug with the return value of a custom ExceptionGroup split function by Nico-Posada · Pull Request #128079 · python/cpython · GitHub
Skip to content

Conversation

@Nico-Posada
Copy link
Contributor

@Nico-Posada Nico-Posada commented Dec 18, 2024

Fixes #128049

Still new to this whole process so feedback is appreciated :)

@iritkatriel
Copy link
Member

Labelling as do not merge until discussion on the issue is resolved.

Copy link
Member

@iritkatriel iritkatriel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. I just made a few stylistic suggestions.

@iritkatriel iritkatriel added needs backport to 3.12 only security fixes needs backport to 3.13 bugs and security fixes and removed DO-NOT-MERGE labels Dec 20, 2024
@iritkatriel
Copy link
Member

Thank you @Nico-Posada !

@iritkatriel iritkatriel enabled auto-merge (squash) December 20, 2024 18:57
@iritkatriel iritkatriel merged commit 3879ca0 into python:main Dec 20, 2024
40 of 41 checks passed
@miss-islington-app
Copy link

Thanks @Nico-Posada for the PR, and @iritkatriel for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Dec 20, 2024
…stom ExceptionGroup split function (pythonGH-128079)

(cherry picked from commit 3879ca0)

Co-authored-by: Nico-Posada <102486290+Nico-Posada@users.noreply.github.com>
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Dec 20, 2024
…stom ExceptionGroup split function (pythonGH-128079)

(cherry picked from commit 3879ca0)

Co-authored-by: Nico-Posada <102486290+Nico-Posada@users.noreply.github.com>
@bedevere-app
Copy link

bedevere-app bot commented Dec 20, 2024

GH-128139 is a backport of this pull request to the 3.13 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.13 bugs and security fixes label Dec 20, 2024
@bedevere-app
Copy link

bedevere-app bot commented Dec 20, 2024

GH-128140 is a backport of this pull request to the 3.12 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.12 only security fixes label Dec 20, 2024
iritkatriel pushed a commit that referenced this pull request Dec 20, 2024
…ustom ExceptionGroup split function (GH-128079) (#128139)

gh-128049: Fix type confusion bug with the return value of a custom ExceptionGroup split function (GH-128079)
(cherry picked from commit 3879ca0)

Co-authored-by: Nico-Posada <102486290+Nico-Posada@users.noreply.github.com>
iritkatriel pushed a commit that referenced this pull request Dec 20, 2024
…ustom ExceptionGroup split function (GH-128079) (#128140)

gh-128049: Fix type confusion bug with the return value of a custom ExceptionGroup split function (GH-128079)
(cherry picked from commit 3879ca0)

Co-authored-by: Nico-Posada <102486290+Nico-Posada@users.noreply.github.com>
srinivasreddy pushed a commit to srinivasreddy/cpython that referenced this pull request Dec 23, 2024
srinivasreddy pushed a commit to srinivasreddy/cpython that referenced this pull request Jan 8, 2025
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.

Return value of <ExceptionGroup class>.split has insufficient checks leading to a type confusion bug

2 participants