Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.4k
[3.14] gh-140530: fix a reference leak in an error path forraise exc from cause (GH-140908)#141282
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
… from cause` (pythonGH-140908)Fix a reference leak in `raise E from T` when `T` is an exceptionsubtype for which `T.__new__` does not return an exception instance.(cherry picked from commit0c77e7c)Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
bedevere-bot commentedNov 9, 2025
🤖 New build scheduled with the buildbot fleet by@picnixz for commit26d4249 🤖 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. |
d7aace7 intopython:3.14Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Fix a reference leak in
raise E from TwhenTis an exceptionsubtype for which
T.__new__does not return an exception instance.(cherry picked from commit0c77e7c)
Co-authored-by: Bénédikt Tran10796600+picnixz@users.noreply.github.com