summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_capi/test_abstract.py
Commit message (Expand)AuthorAgeFilesLines
* [3.13] gh-111495: Add tests for PyNumber C API (GH-111996) (#123375)Miss Islington (bot)2024-09-021-7/+0
* gh-113024: C API: Add PyObject_GenericHash() function (GH-113025)Serhiy Storchaka2024-03-221-0/+6
* gh-116417: Move limited C API abstract.c tests to _testlimitedcapi (#116986)Victor Stinner2024-03-191-56/+57
* Add more C API tests (GH-112522)Serhiy Storchaka2023-11-291-0/+86
* gh-106672: C API: Report indiscriminately ignored errors (GH-106674)Serhiy Storchaka2023-11-071-15/+89
* gh-111495: Test C API functions with extreme sizes and indices (GH-111631)Serhiy Storchaka2023-11-041-19/+35
* gh-94808: Add coverage test for number check (gh-111445)Evan Kohilas2023-10-291-0/+7
* gh-109653: Remove unused imports in the `Lib/` directory (#109803)Alex Waygood2023-09-241-3/+0
* gh-108511: Add C API functions which do not silently ignore errors (GH-109025)Serhiy Storchaka2023-09-171-0/+66
* gh-106307: Fix PyMapping_GetOptionalItemString() (GH-108797)Serhiy Storchaka2023-09-061-0/+37
* gh-107178: Add the C API tests for the Abstract Objects Layer (GH-107179)Serhiy Storchaka2023-08-071-0/+722