Home
last modified time | relevance | path

Searched refs:_PySSL_FIX_ERRNO (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Modules/
D_ssl.c24 #define _PySSL_FIX_ERRNO macro
29 do { if (_ssl_locks_count>0) { PyEval_RestoreThread(save); } _PySSL_FIX_ERRNO; } while (0)
131 #undef _PySSL_FIX_ERRNO
132 #define _PySSL_FIX_ERRNO _PySSLFixErrno() macro
472 _PySSL_FIX_ERRNO; in _PySSL_errno()