Skip to content

Conversation

@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Nov 9, 2025

Fix a reference leak in raise E from T when T is an exception
subtype for which T.__new__ does not return an exception instance.
(cherry picked from commit 0c77e7c)

Co-authored-by: Bénédikt Tran 10796600+picnixz@users.noreply.github.com

… from cause` (pythonGH-140908)

Fix a reference leak in `raise E from T` when `T` is an exception
subtype for which `T.__new__` does not return an exception instance.
(cherry picked from commit 0c77e7c)

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
@bedevere-bot
Copy link

🤖 New build scheduled with the buildbot fleet by @picnixz for commit 26d4249 🤖

Results will be shown at:

https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F141282%2Fmerge

If you want to schedule another build, you need to add the 🔨 test-with-refleak-buildbots label again.

@bedevere-bot bedevere-bot removed the 🔨 test-with-refleak-buildbots Test PR w/ refleak buildbots; report in status section label Nov 9, 2025
@picnixz picnixz merged commit d7aace7 into python:3.14 Nov 9, 2025
69 checks passed
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.

3 participants