Uh oh!
There was an error while loading. Please reload this page.
GH-94857: fix test_io refleak - #94858
Conversation
bedevere-bot
commented
Jul 14, 2022
🤖 New build scheduled with the buildbot fleet by @kumaraditya303 for commit cda2f1dfaf42821c623fce9b30b775c7c898fd1c 🤖 If you want to schedule another build, you need to add the ":hammer: test-with-buildbots" label again. |
tiran
left a comment
There was a problem hiding this comment.
There are more possible refleaks in error paths. It would be better to incref encodings eagerly and decref it in error paths.
bedevere-bot
commented
Jul 14, 2022
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
serhiy-storchaka
left a comment
There was a problem hiding this comment.
There are still leaks in three return statements between lines 1260 and 1280.
serhiy-storchaka
commented
Jul 14, 2022
Concur with @tiran. |
kumaraditya303
commented
Jul 15, 2022
I have made the requested changes; please review again |
bedevere-bot
commented
Jul 15, 2022
Thanks for making the requested changes! @tiran: please review the changes made to this pull request. |
Uh oh!
There was an error while loading. Please reload this page.
miss-islington
commented
Jul 18, 2022
Thanks @kumaraditya303 for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11. |
miss-islington
commented
Jul 18, 2022
Sorry @kumaraditya303, I had trouble checking out the |
miss-islington
commented
Jul 18, 2022
Thanks @kumaraditya303 for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11. |
(cherry picked from commit 631160c) Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
bedevere-bot
commented
Jul 18, 2022
GH-94959 is a backport of this pull request to the 3.11 branch. |
Automerge-Triggered-By: GH:tiran