]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111924: use atomics for interp id refcounting (#125321)
authorKumar Aditya <kumaraditya@python.org>
Sat, 12 Oct 2024 07:10:34 +0000 (12:40 +0530)
committerGitHub <noreply@github.com>
Sat, 12 Oct 2024 07:10:34 +0000 (12:40 +0530)
commit5d8739e956cd20d3860133b384518a3c5c74e5ae
tree3552d82414cf8ad61d811973b09e9bad7d4baffb
parent5a074aab845f82f4a150c27b905dae05c337d381
gh-111924: use atomics for interp id refcounting  (#125321)
Include/internal/pycore_interp.h
Python/pystate.c