COMMITS
/ Modules/_testcapi/abstract.c July 3, 2025
V
gh-135075: Make PyObject_SetAttr() fail with NULL value and exception (#136180)
Victor Stinner committed
March 13, 2025
V
gh-130947: Add again PySequence_Fast() to the limited C API (#130948)
Victor Stinner committed
August 7, 2024
E
gh-105201: Add PyIter_NextItem() (#122331)
Erlend E. Aasland committed
March 19, 2024
V
gh-116417: Move limited C API abstract.c tests to _testlimitedcapi (#116986)
Victor Stinner committed
November 29, 2023
S
Add more C API tests (GH-112522)
Serhiy Storchaka committed
October 29, 2023
E
gh-94808: Add coverage test for number check (gh-111445)
Evan Kohilas committed
October 9, 2023
N
gh-110549: Remove unused includes of <stddef.h> in _testcapi (GH-110552)
Nikita Sobolev committed
September 17, 2023
S
gh-108511: Add C API functions which do not silently ignore errors (GH-109025)
Serhiy Storchaka committed
September 6, 2023
S
C API tests: use special markers to test that output parameters were set (GH-109014)
Serhiy Storchaka committed
September 1, 2023
S
Add Modules/_testcapi/util.h header (GH-108774)
Serhiy Storchaka committed
August 7, 2023
S
gh-107178: Add the C API tests for the Abstract Objects Layer (GH-107179)
Serhiy Storchaka committed