]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-144981: Make PyUnstable_Code_SetExtra/GetExtra thread-safe (GH-144980)...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 5 Mar 2026 13:26:09 +0000 (14:26 +0100)
committerGitHub <noreply@github.com>
Thu, 5 Mar 2026 13:26:09 +0000 (08:26 -0500)
commit7b3e6bde26927e093fd81bf699ddd144a7b277d0
treebc82c58e48e7032e69f8504de5d140b075db7f3f
parentf42692838c49c97844124b4fbb68c44d5424bbe0
[3.14] gh-144981: Make PyUnstable_Code_SetExtra/GetExtra thread-safe (GH-144980) (#145052)

Co-authored-by: Alper <alperyoney@fb.com>
Include/internal/pycore_pyatomic_ft_wrappers.h
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