]> granicus.if.org Git - python/commit
In the _hashlib module, only initialize the static data for OpenSSL's
authorGregory P. Smith <greg@krypto.org>
Sat, 2 Feb 2013 01:07:56 +0000 (17:07 -0800)
committerGregory P. Smith <greg@krypto.org>
Sat, 2 Feb 2013 01:07:56 +0000 (17:07 -0800)
commita5042671c31149fdfae98c5600ed9207e967fee4
treef3330612904c19bfd34ae91d2bf02aad2497a3fd
parent0aadeb8fb9a439dbab90b354770c690c6d7af172
parent90fa9508a6c1cc862de002c2a35b8abe1c5eb42d
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.
Modules/_hashopenssl.c