]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38565: add new cache_parameters method for lru_cache (GH-16916)
authorManjusaka <me@manjusaka.me>
Tue, 12 Nov 2019 07:30:18 +0000 (15:30 +0800)
committerRaymond Hettinger <rhettinger@users.noreply.github.com>
Tue, 12 Nov 2019 07:30:18 +0000 (23:30 -0800)
commit051ff526b5dc2c40c4a53d87089740358822edfa
tree3672f1a8ca53bfb008d3f56d2b8c5f29a04e3f6b
parent98480cef9dba04794bd61c7e7cca643d384c8c35
bpo-38565: add new cache_parameters method for lru_cache (GH-16916)
Doc/library/functools.rst
Lib/functools.py
Lib/test/test_functools.py
Misc/NEWS.d/next/Library/2019-10-24-08-10-30.bpo-38565.SWSUst.rst [new file with mode: 0644]