]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111968: Use per-thread freelists for dict in free-threading (gh-114323)
authorDonghee Na <donghee.na@python.org>
Thu, 1 Feb 2024 20:53:53 +0000 (05:53 +0900)
committerGitHub <noreply@github.com>
Thu, 1 Feb 2024 20:53:53 +0000 (20:53 +0000)
commit13907968d73b3b602c81e240fb7892a2627974d6
tree1113a242a55c14484f81d0997a167cacc5e42da1
parent587d4802034749e2aace9c00b00bd73eccdae1e7
gh-111968: Use per-thread freelists for dict in free-threading (gh-114323)
13 files changed:
Include/internal/pycore_dict.h
Include/internal/pycore_dict_state.h
Include/internal/pycore_freelist.h
Include/internal/pycore_gc.h
Include/internal/pycore_interp.h
Objects/dictobject.c
Objects/floatobject.c
Objects/genobject.c
Objects/listobject.c
Python/context.c
Python/gc_free_threading.c
Python/gc_gil.c
Python/pystate.c