]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-132987: Support __index__() in the ssl.SSLContext.options setter (GH-133098)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 29 Apr 2025 13:28:47 +0000 (16:28 +0300)
committerGitHub <noreply@github.com>
Tue, 29 Apr 2025 13:28:47 +0000 (16:28 +0300)
commit0fb4c38c273213394b6c5e28432a3dcfc752d289
tree6669d80de188bc2f355c1e5c04a8da6facf56a83
parentd6da6803a1a20cc34795c501b7cdb6b53b6a23b6
gh-132987: Support __index__() in the ssl.SSLContext.options setter (GH-133098)
Lib/test/test_ssl.py
Modules/_ssl.c