summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-06-16 19:08:46 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-06-16 19:08:46 (GMT)
commitadef6460d73ce1ab33af9c9ef014aa88f23c6d62 (patch)
treed8750d365212e59a72a7efb5ce21a48e53edaed1 /Misc
parentf88d83b922d3525ec65dbfe03e27f197ef1a9021 (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index fe847b4..66a95f7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.