]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111968: Use per-thread slice_cache in free-threading (gh-113972)
authorDonghee Na <donghee.na@python.org>
Mon, 15 Jan 2024 15:38:57 +0000 (00:38 +0900)
committerGitHub <noreply@github.com>
Mon, 15 Jan 2024 15:38:57 +0000 (00:38 +0900)
commit3eae76554b0687c6b9c5c019cc53bb76430488c9
treef57ef0919140b9603434f854b40054150c18f54f
parent44e47dfba55a825ce7c340b1460cb493165353c9
gh-111968: Use per-thread slice_cache in free-threading (gh-113972)
Include/internal/pycore_freelist.h
Include/internal/pycore_gc.h
Include/internal/pycore_interp.h
Include/internal/pycore_sliceobject.h
Objects/sliceobject.c
Python/pylifecycle.c
Python/pystate.c