]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-144981: Make PyUnstable_Code_SetExtra/GetExtra thread-safe (#144980)
authorAlper <alperyoney@fb.com>
Fri, 20 Feb 2026 18:52:18 +0000 (10:52 -0800)
committerGitHub <noreply@github.com>
Fri, 20 Feb 2026 18:52:18 +0000 (10:52 -0800)
commita56532771a9e24689576a0c38146f0ab2d82b491
tree89354d5e2875d525fb8c721f4e28ae176e8f1ba8
parent8246d588e48f7072c283db3e4eb1795a9a9780bf
gh-144981: Make PyUnstable_Code_SetExtra/GetExtra thread-safe (#144980)

* Make PyUnstable_Code_SetExtra/GetExtra thread-safe
Lib/test/test_free_threading/test_code.py
Misc/NEWS.d/next/C_API/2026-02-18-15-12-34.gh-issue-144981.4ZdM63.rst [new file with mode: 0644]
Objects/codeobject.c
Python/ceval.c