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
{{ message }}
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.
Fixed memory leak in SSLContext.getpeercert returning validated certificates and SSLContext.get_ca_certs(binary_mode=True) (_get_crl_dp) CPython issue 29738
Issue 2590: fix the bounds in the GC when allocating a lot of objects with finalizers
Per my load testing, we still have a leak w/ SSLContext's finalizers (separate from the get_crl_dp issue) despite the fix for Issue 2590. We'll double check those results on prod's workload
The text was updated successfully, but these errors were encountered:
Per our memory leak issues #802, #917, the latest pypy includes a couple improvements:
http://doc.pypy.org/en/latest/release-v5.9.0.html
Fixed memory leak in SSLContext.getpeercert returning validated certificates and SSLContext.get_ca_certs(binary_mode=True) (_get_crl_dp) CPython issue 29738
Issue 2590:
fix the bounds in the GC when allocating a lot of objects with finalizers
Per my load testing, we still have a leak w/ SSLContext's finalizers (separate from the get_crl_dp issue) despite the fix for Issue 2590. We'll double check those results on prod's workload
The text was updated successfully, but these errors were encountered: