summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorDennis Sweeney <36520290+sweeneyde@users.noreply.github.com>2020-05-05 21:14:32 (GMT)
committerGitHub <noreply@github.com>2020-05-05 21:14:32 (GMT)
commit1253c3ef70ea5632d32ae19579a14152db0d45c1 (patch)
treed35fc3b94beab1fca2ee6b9d3c88d2c38747316f /Misc
parentc21c51235aa8061da6b0593d6f857f42fd92fd8b (diff)
downloadcpython-1253c3ef70ea5632d32ae19579a14152db0d45c1.zip
cpython-1253c3ef70ea5632d32ae19579a14152db0d45c1.tar.gz
cpython-1253c3ef70ea5632d32ae19579a14152db0d45c1.tar.bz2
bpo-40504: Allow weakrefs to lru_cache objects (GH-19938)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2020-05-05-17-12-47.bpo-40504.EX6wPn.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-05-05-17-12-47.bpo-40504.EX6wPn.rst b/Misc/NEWS.d/next/Library/2020-05-05-17-12-47.bpo-40504.EX6wPn.rst
new file mode 100644
index 0000000..261a49e
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2020-05-05-17-12-47.bpo-40504.EX6wPn.rst
@@ -0,0 +1 @@
+:func:`functools.lru_cache` objects can now be the targets of weakrefs. \ No newline at end of file