summaryrefslogtreecommitdiffstats
path: root/Modules/_testcapi/complex.c
Commit message (Collapse)AuthorAgeFilesLines
* gh-116417: Move limited C API complex.c tests to _testlimitedcapi (#117014)Victor Stinner2024-03-191-61/+0
| | | | Split complex.c tests of _testcapi into two parts: limited C API tests in _testlimitedcapi and non-limited C API tests in _testcapi.
* gh-109802: Increase test coverage for complexobject.c (GH-112452)Sergey B Kirpichev2023-11-281-0/+59
|
* gh-111495: Add tests for PyComplex C API (GH-111591)Sergey B Kirpichev2023-11-051-0/+92
|
* gh-111495: add stub files for C API test modules (GH-111586)Sergey B Kirpichev2023-11-011-0/+16
This is to reduce merge conflicts (Modules/Setup.stdlib.in) for subsequent pull requests for the issue.