diff options
author | Yury Selivanov <yury@magic.io> | 2016-11-09 23:55:45 (GMT) |
---|---|---|
committer | Yury Selivanov <yury@magic.io> | 2016-11-09 23:55:45 (GMT) |
commit | 46a02db90b295bfec1712515e09aeda31bbe84e0 (patch) | |
tree | f9c528e4230c67e830ea1eadd176a0a22b63b14d /Misc | |
parent | 28f42fd4f813b4be15b47629c557ef8f958727cb (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 ---- |