]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-122334: Fix crash when importing ssl after re-initialization (GH-122481...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 2 Aug 2024 14:07:16 +0000 (16:07 +0200)
committerGitHub <noreply@github.com>
Fri, 2 Aug 2024 14:07:16 +0000 (14:07 +0000)
commitb20893b5c2dc999bbad5723c20f0ff2aea83a428
tree06b0ef6a32beac6476011b8f6442688f86a99243
parentc1efeb32345e93d423665e91a61ce34a482e0271
[3.13] gh-122334: Fix crash when importing ssl after re-initialization (GH-122481) (#122614)

gh-122334: Fix crash when importing ssl after re-initialization (GH-122481)

* Fix crash when importing ssl after re-initialization
(cherry picked from commit 9fc1c992d6fcea0b7558c581846eef6bdd811f6c)

Co-authored-by: neonene <53406459+neonene@users.noreply.github.com>
Lib/test/test_embed.py
Misc/NEWS.d/next/Library/2024-07-30-21-29-30.gh-issue-122334.LeoE1x.rst [new file with mode: 0644]
Python/getargs.c