tongxiaoge <shixuant...@huawei.com> added the comment:
Other information: ``` (gdb) f 2 #2 SSL_CTX_new (meth=0xffffffffe222cc30) at ssl/ssl_lib.c:3046 warning: Source file is more recent than executable. 3046 ret->session_timeout = meth->get_timeout(); (gdb) l 3041 ret->max_proto_version = 0; 3042 ret->mode = SSL_MODE_AUTO_RETRY; 3043 ret->session_cache_mode = SSL_SESS_CACHE_SERVER; 3044 ret->session_cache_size = SSL_SESSION_CACHE_MAX_SIZE_DEFAULT; 3045 /* We take the system default. */ 3046 ret->session_timeout = meth->get_timeout(); 3047 ret->references = 1; 3048 ret->lock = CRYPTO_THREAD_lock_new(); 3049 if (ret->lock == NULL) { 3050 SSLerr(SSL_F_SSL_CTX_NEW, ERR_R_MALLOC_FAILURE); ``` ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue44598> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com