]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-131757: allow lru_cache functions to execute concurrently (#131758)
authorTomasz Pytel <tompytel@gmail.com>
Mon, 14 Apr 2025 16:31:19 +0000 (12:31 -0400)
committerGitHub <noreply@github.com>
Mon, 14 Apr 2025 16:31:19 +0000 (18:31 +0200)
commit4c12a2db15639fe1b28f1f0f807a18fb7b71d851
tree2884d96cb9919909e25230038dca41c34308f3af
parent45c447bf91ffabe4c0ba6d18f37d4e58925d5c91
gh-131757: allow lru_cache functions to execute concurrently (#131758)
Include/internal/pycore_pyatomic_ft_wrappers.h
Misc/NEWS.d/next/Library/2025-03-26-10-56-22.gh-issue-131757.pFRdmN.rst [new file with mode: 0644]
Modules/_functoolsmodule.c