Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Update to the latest pypy v5.9.0 #1036

Closed
pjenvey opened this issue Oct 6, 2017 · 0 comments
Closed

Update to the latest pypy v5.9.0 #1036

pjenvey opened this issue Oct 6, 2017 · 0 comments

Comments

@pjenvey
Copy link
Member

pjenvey commented Oct 6, 2017

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants