Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8acf207

Browse files
committed
gh-109945 do not call _setSSLError
Signed-off-by: Nigel Jones <jonesn@uk.ibm.com>
1 parent8f5d44c commit8acf207

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Modules/_ssl.c‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4398,7 +4398,7 @@ _ssl__SSLContext_set_ecdh_curve(PySSLContext *self, PyObject *name)
43984398
Py_DECREF(name_bytes);
43994399
if (!res) {
44004400
PyErr_Format(PyExc_ValueError,"unknown elliptic curves %R",name);
4401-
_setSSLError(get_state_ctx(self),NULL,0,__FILE__,__LINE__);
4401+
//_setSSLError(get_state_ctx(self), NULL, 0, __FILE__, __LINE__);
44024402
returnNULL;
44034403
}
44044404
#endif

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp