]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-122334: Fix crash when importing ssl after re-initialization (#122481)
authorneonene <53406459+neonene@users.noreply.github.com>
Fri, 2 Aug 2024 13:36:20 +0000 (22:36 +0900)
committerGitHub <noreply@github.com>
Fri, 2 Aug 2024 13:36:20 +0000 (19:06 +0530)
commit9fc1c992d6fcea0b7558c581846eef6bdd811f6c
tree7269c36ae0434d6db43692d962475beed71d1c2f
parentb5e6fb39a246bf7ee470d58632cdf588bb9d0298
gh-122334: Fix crash when importing ssl after re-initialization (#122481)

* Fix crash when importing ssl after re-initialization
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