]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-126455: Disallow _ssl.SSLSocket instantiation (#126481)
authorVictor Stinner <vstinner@python.org>
Wed, 6 Nov 2024 10:59:39 +0000 (11:59 +0100)
committerGitHub <noreply@github.com>
Wed, 6 Nov 2024 10:59:39 +0000 (11:59 +0100)
commitb1c4ffc20573befb4db66bbbdd569b9bd13bb127
treee58ab883e8c9d8d82ab64f8be87767549754feed
parent09d7083962062acfef7e7a9a309a01fb70ad8276
gh-126455: Disallow _ssl.SSLSocket instantiation (#126481)

Prevent creation of incomplete/invalid _ssl.SSLSocket objects when
created directly.
Modules/_ssl.c