Files
cpython/Modules
David Benjamin af2b8f6845 gh-113332: Simplify calls to SSL_(CTX_)set_verify in _ssl.c (#113333)
_ssl.c currently tries to preserve the verification callback, but at no
point does it ever set one. Just pass in NULL.
2023-12-26 16:35:41 -05:00
..

Source files for standard library extension modules,
and former extension modules that are now builtin modules.