]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
In the _hashlib module, only initialize the static data for OpenSSL's
authorGregory P. Smith <greg@krypto.org>
Sat, 2 Feb 2013 01:05:29 +0000 (17:05 -0800)
committerGregory P. Smith <greg@krypto.org>
Sat, 2 Feb 2013 01:05:29 +0000 (17:05 -0800)
commitaded2e5e59a122962ccbf8058cd306da344f27b9
tree88d25a2f4eacb7bf1e5946714e0b49a8632be567
parentce9e3c3af9624fa5273b2e301043f3892135fb18
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