Files
cpython/Modules
Steve Dower 5d695b6b7b bpo-37702: Fix SSL's certificate-store leak on Windows (GH-15632)
ssl_collect_certificates function in _ssl.c has a memory leak.
Calling CertOpenStore() and CertAddStoreToCollection(), a store's refcnt gets incremented by 2.
But CertCloseStore() is called only once and the refcnt leaves 1.
2019-09-09 06:48:22 -07:00
..
2019-07-05 15:00:43 -07:00

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