summaryrefslogtreecommitdiffstats
path: root/Modules/_testcapi/complex.c
Commit message (Collapse)AuthorAgeFilesLines
* [3.12] gh-109802: Increase test coverage for complexobject.c (GH-112452) ↵Miss Islington (bot)2023-11-281-0/+59
| | | | | | | (GH-112489) (cherry picked from commit f14d741daa1b9e5b9c9fc1edba93d0fa92b5ba8d) Co-authored-by: Sergey B Kirpichev <skirpichev@gmail.com>
* [3.12] gh-111495: Add tests for PyComplex C API (GH-111591) (GH-111753)Miss Islington (bot)2023-11-051-0/+92
| | | | | (cherry picked from commit 24b5cbd3dce3fe37cdc787ccedd1e73a4f8cfc3c) Co-authored-by: Sergey B Kirpichev <skirpichev@gmail.com>
* [3.12] gh-111495: add stub files for C API test modules (GH-111586) (GH-111592)Sergey B Kirpichev2023-11-011-0/+16
This is to reduce merge conflicts (Modules/Setup.stdlib.in) for subsequent pull requests for the issue. (cherry picked from commit 33ed5fa69dbe25d64a910c450be527f4db9dc5dd)