diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-06-16 19:08:46 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-06-16 19:08:46 (GMT) |
commit | adef6460d73ce1ab33af9c9ef014aa88f23c6d62 (patch) | |
tree | d8750d365212e59a72a7efb5ce21a48e53edaed1 /Misc | |
parent | f88d83b922d3525ec65dbfe03e27f197ef1a9021 (diff) | |
download | cpython-adef6460d73ce1ab33af9c9ef014aa88f23c6d62.zip cpython-adef6460d73ce1ab33af9c9ef014aa88f23c6d62.tar.gz cpython-adef6460d73ce1ab33af9c9ef014aa88f23c6d62.tar.bz2 |
Issue #27330: Fixed possible leaks in the ctypes module.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -13,6 +13,8 @@ Core and Builtins Library ------- +- Issue #27330: Fixed possible leaks in the ctypes module. + - Issue #27238: Got rid of bare excepts in the turtle module. Original patch by Jelle Zijlstra. |