diff options
author | Steve Dower <steve.dower@microsoft.com> | 2016-09-18 00:27:48 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2016-09-18 00:27:48 (GMT) |
commit | 74f4af7ac304baf8ea1eef95194b89982c3d683d (patch) | |
tree | b806fd0c1a4d859f6ea6473cd8513a58a3729963 /Misc/NEWS | |
parent | 13740531279291a9f2f71dd7c7b04ddbcdda3baf (diff) | |
download | cpython-74f4af7ac304baf8ea1eef95194b89982c3d683d.zip cpython-74f4af7ac304baf8ea1eef95194b89982c3d683d.tar.gz cpython-74f4af7ac304baf8ea1eef95194b89982c3d683d.tar.bz2 |
Issue #27932: Prevent memory leak in win32_ver().
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -29,6 +29,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 |