We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c403793 commit 3d579eaCopy full SHA for 3d579ea
1 file changed
Misc/NEWS.d/next/Library/2026-01-19-12-48-59.gh-issue-144030.7OK_gB.rst
@@ -0,0 +1,3 @@
1
+The Python implementation of :func:`functools.lru_cache` differed from the
2
+default C implementation in that it did not check that its argument is
3
+callable. This discrepancy is now fixed and both raise a :class:`TypeError`.
0 commit comments