]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111495: Add tests for PyComplex C API (GH-111591)
authorSergey B Kirpichev <skirpichev@gmail.com>
Sun, 5 Nov 2023 07:42:42 +0000 (10:42 +0300)
committerGitHub <noreply@github.com>
Sun, 5 Nov 2023 07:42:42 +0000 (07:42 +0000)
commit24b5cbd3dce3fe37cdc787ccedd1e73a4f8cfc3c
treedd3a5ba679ab74f119112ac8798490fefec3046b
parentb452202a11c4cb60f69a098a0076a8a8aabade38
gh-111495: Add tests for PyComplex C API (GH-111591)
Lib/test/test_capi/test_complex.py [new file with mode: 0644]
Modules/_testcapi/complex.c