]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111968: Use per-thread freelists for generator in free-threading (gh-114189)
authorDonghee Na <donghee.na@python.org>
Thu, 18 Jan 2024 18:15:00 +0000 (03:15 +0900)
committerGitHub <noreply@github.com>
Thu, 18 Jan 2024 18:15:00 +0000 (18:15 +0000)
commit7fa511ba576b9a760f3971ad16dbbbbf91c3f39c
treed3e5fa9dd914d10f6f018bc728664635419ecb32
parent2d3f6b56c5846df60b0b305e51a1d293ba0b2aae
gh-111968: Use per-thread freelists for generator in free-threading (gh-114189)
Include/internal/pycore_freelist.h
Include/internal/pycore_gc.h
Include/internal/pycore_genobject.h
Include/internal/pycore_interp.h
Objects/genobject.c
Python/gc_free_threading.c
Python/gc_gil.c
Python/pylifecycle.c
Python/pystate.c