commit | d958cc960f8262c5ec8ec7993d966aa19e4dbe3e | [log] [tgz] |
---|---|---|
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Fri Jun 29 01:42:46 2012 +0200 |
committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Fri Jun 29 01:42:46 2012 +0200 |
tree | 53a0103109e02c411089f7e7d8b114c03c50b16a | |
parent | 45f0d9835ce9546429b5c94b7bdea9c20ec91b02 [diff] [blame] |
Issue #15219: Fix a reference leak when hashlib.new() is called with invalid parameters.
diff --git a/Misc/NEWS b/Misc/NEWS index aa41678..09ea7e3 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -75,6 +75,9 @@ Library ------- +- Issue #15219: Fix a reference leak when hashlib.new() is called with + invalid parameters. + - Issue #9559: If messages were only added, a new file is no longer created and renamed over the old file when flush() is called on an mbox, MMDF or Babyl mailbox.