diff options
author | Steve Dower <steve.dower@microsoft.com> | 2016-09-18 00:25:42 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2016-09-18 00:25:42 (GMT) |
commit | 1ec262be80f9439296918c20b55a5a6686af5347 (patch) | |
tree | 42f5b521ed55c302a02bfbabb6d52282b280eba5 /Misc | |
parent | 1c75c18ed2242a9e274eea11815c67fe8a67df40 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |