diff options
author | Jeffrey R. Van Voorst <jeff.vanvoorst@gmail.com> | 2024-09-30 19:43:50 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-30 19:43:50 (GMT) |
commit | 7e7223e18f58ec48fb36a68fb75b5c5b7a45042a (patch) | |
tree | b18a3d1639c87ae6e3d48b5e5cf3b58dee222e34 /Lib/asyncio/staggered.py | |
parent | 1c0bd8bd00287d3bd6830aca87bb14e047192008 (diff) | |
download | cpython-7e7223e18f58ec48fb36a68fb75b5c5b7a45042a.zip cpython-7e7223e18f58ec48fb36a68fb75b5c5b7a45042a.tar.gz cpython-7e7223e18f58ec48fb36a68fb75b5c5b7a45042a.tar.bz2 |
gh-116810: fix memory leak in ssl module (GH-123249)
Resolve a memory leak introduced in CPython 3.10's :mod:`ssl` when the :attr:`ssl.SSLSocket.session` property was accessed. Speeds up read and write access to said property by no longer unnecessarily cloning session objects via serialization.
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
Co-authored-by: Gregory P. Smith <greg@krypto.org>
Co-authored-by: Antoine Pitrou <antoine@python.org>
Diffstat (limited to 'Lib/asyncio/staggered.py')
0 files changed, 0 insertions, 0 deletions