summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2016-09-18 00:25:42 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2016-09-18 00:25:42 (GMT)
commit1ec262be80f9439296918c20b55a5a6686af5347 (patch)
tree42f5b521ed55c302a02bfbabb6d52282b280eba5 /Misc
parent1c75c18ed2242a9e274eea11815c67fe8a67df40 (diff)
downloadcpython-1ec262be80f9439296918c20b55a5a6686af5347.zip
cpython-1ec262be80f9439296918c20b55a5a6686af5347.tar.gz
cpython-1ec262be80f9439296918c20b55a5a6686af5347.tar.bz2
Issue #27932: Prevent memory leak in win32_ver().
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1cf1819..49879f5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -71,6 +71,8 @@ Core and Builtins
Library
-------
+- Issue #27932: Prevent memory leak in win32_ver().
+
- Fix UnboundLocalError in socket._sendfile_use_sendfile.
- Issue #28075: Check for ERROR_ACCESS_DENIED in Windows implementation of