]> granicus.if.org Git - python/commitdiff
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)
constructors once, to avoid memory leaks when finalizing and re-initializing
the Python interpreter.

1  2 
Modules/_hashopenssl.c

Simple merge