]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111968: Use per-thread freelists for float in free-threading (gh-113886)
authorDonghee Na <donghee.na@python.org>
Wed, 10 Jan 2024 15:47:13 +0000 (00:47 +0900)
committerGitHub <noreply@github.com>
Wed, 10 Jan 2024 15:47:13 +0000 (15:47 +0000)
commitf728f7242c6008a16daaa5dde8e1db786857c50e
tree5e6dd8e921e432c9de0b0d8f60805ec03a8584eb
parenta0c9cf9456c2ee7a89d9bd859c07afac8cf5e893
gh-111968: Use per-thread freelists for float in free-threading (gh-113886)
Include/internal/pycore_floatobject.h
Include/internal/pycore_freelist.h
Include/internal/pycore_gc.h
Include/internal/pycore_interp.h
Objects/floatobject.c
Python/gc_free_threading.c
Python/gc_gil.c
Python/pylifecycle.c
Python/pystate.c