Christian Heimes <li...@cheimes.de> added the comment:

Thanks for notifying us. There isn't much we can do here.

Python doesn't support unloading of C extension modules. The state will persist 
until the process ends. It doesn't make much sense to call EVP_cleanup() on 
shutdown, too. It will just slow down shutdown. The memory is freed anyway once 
the process has terminated.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue33526>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to