From: Gregory P. Smith Date: Sat, 2 Feb 2013 01:07:56 +0000 (-0800) Subject: In the _hashlib module, only initialize the static data for OpenSSL's X-Git-Tag: v3.4.0a1~1478 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a5042671c31149fdfae98c5600ed9207e967fee4;p=thirdparty%2FPython%2Fcpython.git In the _hashlib module, only initialize the static data for OpenSSL's constructors once, to avoid memory leaks when finalizing and re-initializing the Python interpreter. --- a5042671c31149fdfae98c5600ed9207e967fee4