]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-112075: Support freeing object memory via QSBR (#116344)
authorDino Viehland <dinoviehland@meta.com>
Fri, 8 Mar 2024 17:56:36 +0000 (09:56 -0800)
committerGitHub <noreply@github.com>
Fri, 8 Mar 2024 17:56:36 +0000 (09:56 -0800)
commit7db871e4fa48eef20ea22414b226998f83facfd6
tree6b0b81db65dbf71864138847f32978cb831eeaed
parent61831585b637eb621bc80ae39e2e59541c135dc5
gh-112075: Support freeing object memory via QSBR (#116344)

Free objects with qsbr if shared
Include/internal/pycore_gc.h
Include/internal/pycore_pymem.h
Objects/obmalloc.c
Python/gc_free_threading.c