commit | d576c711a510204604f707e1cbf773b4a39f21a3 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Wed May 09 13:24:31 2012 +0200 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Wed May 09 13:24:31 2012 +0200 |
tree | 9c43e94c0c824da7a96ee4999fb06e7ebc46bbe2 | |
parent | b98b37f10139ab92b265c11455eaaa353f04325f [diff] [blame] |
Issue #14761: Fix potential leak on an error case in the import machinery.
diff --git a/Misc/NEWS b/Misc/NEWS index e02489b..b6bc463 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -10,6 +10,8 @@ Core and Builtins ----------------- +- Issue #14761: Fix potential leak on an error case in the import machinery. + - Issue #14699: Fix calling the classmethod descriptor directly. - Issue #14433: Prevent msvcrt crash in interactive prompt when stdin