Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork34.3k
gh-146245: Fix reference and buffer leaks via audit hook in socket module#146248
gh-146245: Fix reference and buffer leaks via audit hook in socket module#146248serhiy-storchaka merged 7 commits intopython:mainfrom
Conversation
serhiy-storchaka left a comment
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.
The fix LGTM. I am not sure that it is worth to add such complicated and costly test. There is no precedence.
Uh oh!
There was an error while loading.Please reload this page.
aisk commentedMar 21, 2026
The tests are reverted. |
serhiy-storchaka left a comment
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.
LGTM. 👍
c30fae4 intopython:mainUh oh!
There was an error while loading.Please reload this page.
Thanks@aisk for the PR, and@serhiy-storchaka for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14. |
…ket module (pythonGH-146248)(cherry picked from commit c30fae4bea9f9ba07833e97eb542754c26610765)Co-authored-by: AN Long <aisk@users.noreply.github.com>
…ket module (pythonGH-146248)(cherry picked from commitc30fae4)Co-authored-by: AN Long <aisk@users.noreply.github.com>
GH-146274 is a backport of this pull request to the3.14 branch. |
GH-146275 is a backport of this pull request to the3.13 branch. |
Uh oh!
There was an error while loading.Please reload this page.