]> 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:00:14 +0000 (17:00 -0800)
committerGregory P. Smith <greg@krypto.org>
Sat, 2 Feb 2013 01:00:14 +0000 (17:00 -0800)
commita8a3468abe861ce48ba1f7e1945facf4be5046fc
treeacf77c4622f661de148db74fdcd7ba1099154dba
parentc0022b2d8c3f1e2c48fcb01e9151c92ac61c3ed9
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