]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-144030: Add check that argument is callable to Python version of functools.lru_cac...
authorCF Bolz-Tereick <cfbolz@gmx.de>
Wed, 21 Jan 2026 14:19:19 +0000 (15:19 +0100)
committerGitHub <noreply@github.com>
Wed, 21 Jan 2026 14:19:19 +0000 (15:19 +0100)
commit5db331a561059afe7f7fedd75b4bc67550c988cd
tree1461890ed293bceb6927347db03ee45fc039cbab
parent4c7ec78092ece6de3e58d88f2b9d1557f7d30249
gh-144030: Add check that argument is callable to Python version of functools.lru_cache (#144031)

Co-authored-by: sobolevn <mail@sobolevn.me>
Co-authored-by: AN Long <aisk@users.noreply.github.com>
Lib/functools.py
Lib/test/test_functools.py
Misc/NEWS.d/next/Library/2026-01-19-12-48-59.gh-issue-144030.7OK_gB.rst [new file with mode: 0644]