summaryrefslogtreecommitdiffstats
path: root/Modules/_testcapi/abstract.c
Commit message (Expand)AuthorAgeFilesLines
* gh-116417: Move limited C API abstract.c tests to _testlimitedcapi (#116986)Victor Stinner2024-03-191-573/+10
* Add more C API tests (GH-112522)Serhiy Storchaka2023-11-291-0/+33
* gh-94808: Add coverage test for number check (gh-111445)Evan Kohilas2023-10-291-0/+7
* gh-110549: Remove unused includes of <stddef.h> in _testcapi (GH-110552)Nikita Sobolev2023-10-091-2/+0
* gh-108511: Add C API functions which do not silently ignore errors (GH-109025)Serhiy Storchaka2023-09-171-0/+54
* C API tests: use special markers to test that output parameters were set (GH-...Serhiy Storchaka2023-09-061-4/+4
* Add Modules/_testcapi/util.h header (GH-108774)Serhiy Storchaka2023-09-011-18/+1
* gh-107178: Add the C API tests for the Abstract Objects Layer (GH-107179)Serhiy Storchaka2023-08-071-0/+640