]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-131736: only apply `security_level` workaround in `test_ssl` for security...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 1 Apr 2025 08:22:28 +0000 (10:22 +0200)
committerGitHub <noreply@github.com>
Tue, 1 Apr 2025 08:22:28 +0000 (08:22 +0000)
commit05e7fa2c2f74c82fd93ab40fc3abf2be4584c97b
treef8ccf9495074e34beecb30f698e9b21b449ed32b
parent6ec9c753c745bc23b2d2ed79aae31795438c0dab
[3.13] gh-131736: only apply `security_level` workaround in `test_ssl` for security levels greater than 1 (GH-131739) (#131967)

gh-131736: only apply `security_level` workaround in `test_ssl` for security levels greater than 1 (GH-131739)
(cherry picked from commit 3b3720f1a26ab34377542b48eb6a6565f78ff892)

Co-authored-by: Will Childs-Klein <willck93@gmail.com>
Lib/test/test_ssl.py