]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #15219: Fix a reference leak when hashlib.new() is called with
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Thu, 28 Jun 2012 23:42:46 +0000 (01:42 +0200)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Thu, 28 Jun 2012 23:42:46 +0000 (01:42 +0200)
commitd958cc960f8262c5ec8ec7993d966aa19e4dbe3e
tree53a0103109e02c411089f7e7d8b114c03c50b16a
parent45f0d9835ce9546429b5c94b7bdea9c20ec91b02
Issue #15219: Fix a reference leak when hashlib.new() is called with
invalid parameters.
Lib/test/test_hashlib.py
Misc/NEWS
Modules/_hashopenssl.c