Uh oh!
There was an error while loading. Please reload this page.
gh-139817: Fix refleak in TypeAliasType(qualname=non_string) - #140197
Conversation
encukou
commented
Oct 16, 2025
!buildbot AMD64.Fedora.Stable.Refleaks |
bedevere-bot
commented
Oct 16, 2025
🤖 New build scheduled with the buildbot fleet by @encukou for commit 8c46640 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F140197%2Fmerge The command will test the builders whose names match following regular expression: The builders matched are:
|
efimov-mikhail
left a comment
There was a problem hiding this comment.
LGTM. I've missed this, sorry.
| Py_DECREF(module); | ||
| return NULL; | ||
| } | ||
| } |
There was a problem hiding this comment.
IMO, it's better to place obtaining of module after qualname related if-block and remove a call of Py_DECREF(module).
efimov-mikhail
left a comment
There was a problem hiding this comment.
I've tested for the refleak locally, it's gone.
Uh oh!
There was an error while loading. Please reload this page.
__qualname__#139817