]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-111495: Add tests for PyComplex C API (GH-111591) (GH-111753)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 5 Nov 2023 08:12:57 +0000 (09:12 +0100)
committerGitHub <noreply@github.com>
Sun, 5 Nov 2023 08:12:57 +0000 (08:12 +0000)
commite0c2bf46729d763ea2354b7e4aaecbba581b0512
tree74d5f9e2dc39b5667f34bc530f4835ab077ce99a
parentfef32a1d08c52e4604a42857ab5dfe8e7b0a12ff
[3.12] gh-111495: Add tests for PyComplex C API (GH-111591) (GH-111753)

(cherry picked from commit 24b5cbd3dce3fe37cdc787ccedd1e73a4f8cfc3c)

Co-authored-by: Sergey B Kirpichev <skirpichev@gmail.com>
Lib/test/test_capi/test_complex.py [new file with mode: 0644]
Modules/_testcapi/complex.c