]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] 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:16:34 +0000 (10:16 +0200)
committerGitHub <noreply@github.com>
Tue, 1 Apr 2025 08:16:34 +0000 (08:16 +0000)
commit756676fc18e7825c15b1a2c9bbf6a3adf033a5e2
treea7bcc6eedadae15fabdc119f88806a6769d80954
parent6cdd3a4e918dc53017004288232e251f067b6cf8
[3.12] gh-131736: only apply `security_level` workaround in `test_ssl` for security levels greater than 1 (GH-131739) (#131966)

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