-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
gh-104698: Fix reference leak in mmapmodule.c #104700
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
🤖 New build scheduled with the buildbot fleet by @JelleZijlstra for commit a4341c7 🤖 If you want to schedule another build, you need to add the 🔨 test-with-refleak-buildbots label again. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks! Two small suggestions.
Mergin to fix the refleak buildbots and reduce the noise in main. Thanks for the PR @Eclips4 ! |
Thanks @Eclips4 for the PR, and @pablogsal for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11. |
GH-104710 is a backport of this pull request to the 3.11 branch. |
(cherry picked from commit 99b6418) Co-authored-by: Kirill Podoprigora <[email protected]> Co-authored-by: Jelle Zijlstra <[email protected]>
…4710) (cherry picked from commit 99b6418) Co-authored-by: Kirill Podoprigora <[email protected]> Co-authored-by: Jelle Zijlstra <[email protected]>
Since macro
CHECK_VALID
need to redesigned to solve this error, I decided to write new macroCHECK_VALID_AND_RELEASE
, which behave the same asCHECK_VALID
, but also release a buffer.