[issue45385] Fix possible reference leak from descr_check

2021-10-06 Thread Dong-hee Na
Dong-hee Na added the comment: Compiler warnings from PR 28572: Objects/descrobject.c#L183 ‘res’ may be used uninitialized in this function [-Wmaybe-uninitialized] Objects/descrobject.c#L201 ‘res’ may be used uninitialized in this function [-Wmaybe-uninitialized] Objects/descrobject.c#L217 ‘r

[issue45385] Fix possible reference leak from descr_check

2021-10-05 Thread Dong-hee Na
Change by Dong-hee Na : -- keywords: +patch pull_requests: +27094 stage: -> patch review pull_request: https://github.com/python/cpython/pull/28719 ___ Python tracker ___

[issue45385] Fix possible reference leak from descr_check

2021-10-05 Thread Dong-hee Na
New submission from Dong-hee Na : Report from @kj: https://github.com/python/cpython/pull/28719#discussion_r721249643 -- components: Interpreter Core messages: 403282 nosy: corona10, kj, vstinner priority: normal severity: normal status: open title: Fix possible reference leak from des