commit | 284fa08eb783a48f98eabda25aaaebefb5937cce | [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 | c9e72f74afdb6b8fa20a86b911c0a9a101c14af4 | |
parent | 5ec0340ce1927a2220a0fc510f2f9968d05917eb [diff] [blame] |
Issue #14761: Fix potential leak on an error case in the import machinery.
diff --git a/Misc/NEWS b/Misc/NEWS index 1ac29ff..29e6dad 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -9,6 +9,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 #11603 (again): Setting __repr__ to __str__ now raises a RuntimeError