]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-149101: Implement PEP 788 (GH-149116)
authorPeter Bierma <zintensitydev@gmail.com>
Wed, 6 May 2026 21:39:30 +0000 (17:39 -0400)
committerGitHub <noreply@github.com>
Wed, 6 May 2026 21:39:30 +0000 (17:39 -0400)
commit2b7c28a4406da1b26dd0ebd38aa7371bed873ce4
tree7144253551c348ef7d1d5e9361226e3e755b4b8c
parentb2582a6cf2b1ac0210371403e66f9403e2a7e969
gh-149101: Implement PEP 788 (GH-149116)

Co-authored-by: Petr Viktorin <encukou@gmail.com>
Co-authored-by: Sam Gross <colesbury@gmail.com>
21 files changed:
Doc/c-api/interp-lifecycle.rst
Doc/c-api/threads.rst
Doc/data/stable_abi.dat
Doc/howto/free-threading-extensions.rst
Doc/whatsnew/3.15.rst
Include/cpython/pystate.h
Include/internal/pycore_interp_structs.h
Include/internal/pycore_pystate.h
Include/pystate.h
Lib/test/libregrtest/tsan.py
Lib/test/test_embed.py
Lib/test/test_stable_abi_ctypes.py
Misc/NEWS.d/next/C_API/2026-04-28-17-43-12.gh-issue-149101.HTuHTb.rst [new file with mode: 0644]
Misc/stable_abi.toml
Modules/_testcapimodule.c
Modules/_testinternalcapi.c
PC/python3dll.c
Programs/_testembed.c
Python/pylifecycle.c
Python/pystate.c
Tools/c-analyzer/cpython/ignored.tsv