[issue29870] ssl socket leak

Antoine Pitrou report at bugs.python.org
Tue Apr 11 10:14:49 EDT 2017


Antoine Pitrou added the comment:

After adapting your test script to run against a local openssl server (`openssl s_server -www`), I can't see a single leak: the process is peaking at 20860 KB RSS.  This is with Python 3.5 tip.

Does it need a specific server to test against to showcase the leak?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29870>
_______________________________________


More information about the Python-bugs-list mailing list