diff options
author | Dennis Sweeney <36520290+sweeneyde@users.noreply.github.com> | 2020-05-05 21:14:32 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-05 21:14:32 (GMT) |
commit | 1253c3ef70ea5632d32ae19579a14152db0d45c1 (patch) | |
tree | d35fc3b94beab1fca2ee6b9d3c88d2c38747316f /Misc | |
parent | c21c51235aa8061da6b0593d6f857f42fd92fd8b (diff) | |
download | cpython-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.rst | 1 |
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 |