You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
perf: don't check for peer certificate chain APIs on CPython/PyPy
create_default_context() is quite slow on Linux as OpenSSL 3.x
verify location loading is painfully slow. I've observed ~15 ms per
call.
On CPython and PyPy, we can skip this check since we already know
the required APIs exist.
0 commit comments