[issue40727] SSLContext.load_verify_locations leaks memory on Linux in async code

Recursing report at bugs.python.org
Fri May 22 05:55:53 EDT 2020


Recursing <buonanno.lorenzo at gmail.com> added the comment:

Removing the `await asyncio.sleep(1)` removes the leak, while changing it to `await asyncio.sleep(0)` seems to keep it

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue40727>
_______________________________________


More information about the Python-bugs-list mailing list