summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorYury Selivanov <yury@magic.io>2016-11-09 23:55:45 (GMT)
committerYury Selivanov <yury@magic.io>2016-11-09 23:55:45 (GMT)
commit46a02db90b295bfec1712515e09aeda31bbe84e0 (patch)
treef9c528e4230c67e830ea1eadd176a0a22b63b14d /Misc
parent28f42fd4f813b4be15b47629c557ef8f958727cb (diff)
downloadcpython-46a02db90b295bfec1712515e09aeda31bbe84e0.zip
cpython-46a02db90b295bfec1712515e09aeda31bbe84e0.tar.gz
cpython-46a02db90b295bfec1712515e09aeda31bbe84e0.tar.bz2
Issue #28653: Fix a refleak in functools.lru_cache.
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 f9e2f72..c50ce12 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -457,6 +457,8 @@ Library
- Issue #28652: Make loop methods reject socket kinds they do not support.
+- Issue #28653: Fix a refleak in functools.lru_cache.
+
IDLE
----