Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.4k
[3.12] gh-86493: Fix possible leaks in some modules initialization (GH-106768)#106855
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
[3.12] gh-86493: Fix possible leaks in some modules initialization (GH-106768)#106855
Uh oh!
There was an error while loading.Please reload this page.
Conversation
…ion (pythonGH-106768)Fix _ssl, _stat, _testinternalcapi, _threadmodule, cmath, math, posix, time..(cherry picked from commit3e65bae)Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Thanks@serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11. |
Sorry,@serhiy-storchaka, I could not cleanly backport this to |
…ialization (pythonGH-106768) (pythonGH-106855)Fix _ssl, _stat, _testinternalcapi, _threadmodule, cmath, math, posix, time.(cherry picked from commit3e65bae).(cherry picked from commita423ddb)Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
bedevere-bot commentedJul 18, 2023
GH-106863 is a backport of this pull request to the3.11 branch. |
bedevere-bot commentedJul 18, 2023
GH-106863 is a backport of this pull request to the3.11 branch. |
Uh oh!
There was an error while loading.Please reload this page.
Fix _ssl, _stat, _testinternalcapi, _threadmodule, cmath, math, posix, time.
(cherry picked from commit3e65bae)