Skip to content

Commit 2c7ac09

Browse files
author
Kevin Kirsche
authored
Remove ssl.SSLContext.__init__ (#8640)
Fixes: #8632
1 parent e2211cb commit 2c7ac09

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

stdlib/ssl.pyi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,6 @@ class SSLContext:
356356
keylog_filename: str
357357
post_handshake_auth: bool
358358
def __new__(cls: type[Self], protocol: int = ..., *args: Any, **kwargs: Any) -> Self: ...
359-
def __init__(self, protocol: int = ...) -> None: ...
360359
def cert_store_stats(self) -> dict[str, int]: ...
361360
def load_cert_chain(
362361
self, certfile: StrOrBytesPath, keyfile: StrOrBytesPath | None = ..., password: _PasswordType | None = ...

0 commit comments

Comments
 (0)