]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-130947: Add again PySequence_Fast() to the limited C API (#130948)
authorVictor Stinner <vstinner@python.org>
Thu, 13 Mar 2025 12:00:57 +0000 (13:00 +0100)
committerGitHub <noreply@github.com>
Thu, 13 Mar 2025 12:00:57 +0000 (13:00 +0100)
commit10cbd1fe88d1095a03cce24fb126d479668a67c3
tree90e95c67f3855cb37b483bfa7793c9a166b32780
parent3a189af4b203b9b3bd466680161b32016502defb
gh-130947: Add again PySequence_Fast() to the limited C API (#130948)

Add again PySequence_Fast() to the limited C API.

Add unit tests.
Doc/data/stable_abi.dat
Doc/whatsnew/3.14.rst
Include/abstract.h
Include/cpython/abstract.h
Lib/test/test_capi/test_abstract.py
Misc/NEWS.d/next/C_API/2025-03-07-14-49-06.gh-issue-130947._Pw0IX.rst [new file with mode: 0644]
Misc/stable_abi.toml
Modules/_testcapi/abstract.c
Modules/_testlimitedcapi/abstract.c