gh-87804: Fix the refleak in error handling of _pystatvfs_fromstructstatfs#115335
gh-87804: Fix the refleak in error handling of _pystatvfs_fromstructstatfs#115335sobolevn merged 6 commits intopython:mainfrom
_pystatvfs_fromstructstatfs#115335Conversation
|
!buildbot refleak |
|
🤖 New build scheduled with the buildbot fleet by @sobolevn for commit dd821c2 🤖 The command will test the builders whose names match following regular expression: The builders matched are:
|
|
Good catch! |
vstinner
left a comment
There was a problem hiding this comment.
LGTM. It would be even better with argument name longer than 1 character :-)
|
Once again. !buildbot refleak |
I suggest you to give up on buildbots and just merge your PR if you can prove to yourself that your fix works as expected:
For example, run |
9c5d39b to
5e12106
Compare
|
I've done manual testing. Before: After: No refleaks anymore 🎉 I will wait for the CI to get green and merge. Thanks everyone for their feedback! |
|
Thanks for the fix. |
…structstatfs` (python#115335) It was the macro expansion! Sorry!
I messed up macro expansion rules, sorry!
It was:
It is now: