]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-101101: Unstable C API tier (PEP 689) (GH-101102)
authorPetr Viktorin <encukou@gmail.com>
Tue, 28 Feb 2023 08:31:01 +0000 (09:31 +0100)
committerGitHub <noreply@github.com>
Tue, 28 Feb 2023 08:31:01 +0000 (09:31 +0100)
commit6b2d7c0ddb4d2afe298ee7c8f6a23c400f1465fd
treefa34a8d7217783a1e9069144b94d369cfb573052
parentc41af812c948ec3cb07b2ef7a46a238f5cab3dc2
gh-101101: Unstable C API tier (PEP 689) (GH-101102)
18 files changed:
Doc/c-api/code.rst
Doc/c-api/stable.rst
Doc/tools/extensions/c_annotations.py
Doc/whatsnew/3.12.rst
Include/README.rst
Include/cpython/ceval.h
Include/cpython/code.h
Include/pyport.h
Lib/test/test_code.py
Misc/NEWS.d/next/C API/2022-04-21-17-25-22.gh-issue-91744.FgvaMi.rst [new file with mode: 0644]
Modules/Setup.stdlib.in
Modules/_testcapi/code.c [new file with mode: 0644]
Modules/_testcapi/parts.h
Modules/_testcapimodule.c
Objects/codeobject.c
PCbuild/_testcapi.vcxproj
PCbuild/_testcapi.vcxproj.filters
Python/ceval.c