Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 1.01 KB

File metadata and controls

43 lines (32 loc) · 1.01 KB

Relocate vcruntime140.dll to Python executable folder.

vcruntime140.dll has been moved to the same directory as Python.exe.

WSA Errors are handled on Unix

We now convert WSAE* errors to unix equvalents if they are not supported.

Handle Windows code page 65001

cp65001 encoding (Windows code page 65001) becomes an alias to utf_8 encoding.

CVE-2024-0397 Fix locking in cert_store_stats and get_ca_certs

:meth:`ssl.SSLContext.cert_store_stats` and :meth:`ssl.SSLContext.get_ca_certs` now correctly lock access to the certificate store, when the :class:`ssl.SSLContext` is shared across multiple threads.