]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111968: Use per-thread freelists for PyContext in free-threading (gh-114122)
authorDonghee Na <donghee.na@python.org>
Tue, 16 Jan 2024 16:14:56 +0000 (01:14 +0900)
committerGitHub <noreply@github.com>
Tue, 16 Jan 2024 16:14:56 +0000 (16:14 +0000)
commit867f59f234a4135901070a386d55327e44ee1b7a
tree4efd9688579f18cdf080c869d74c6bbdaccd14d1
parentd2d8332f71ae8059150a9d8d91498493f9b443fc
gh-111968: Use per-thread freelists for PyContext in free-threading (gh-114122)
Include/internal/pycore_context.h
Include/internal/pycore_freelist.h
Include/internal/pycore_gc.h
Include/internal/pycore_interp.h
Python/context.c
Python/gc_free_threading.c
Python/gc_gil.c
Python/pylifecycle.c
Python/pystate.c