]> 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:39 +0000 (17:07 -0800)
committerGregory P. Smith <greg@krypto.org>
Sat, 2 Feb 2013 01:07:39 +0000 (17:07 -0800)
commit90fa9508a6c1cc862de002c2a35b8abe1c5eb42d
tree068a0b194ca6aea254f33f66ec76ecbe762c6de7
parentb2da96b3bbc40d7fbeb3208a59c28db4f5783e10
parentaded2e5e59a122962ccbf8058cd306da344f27b9
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