]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-116417: Move limited C API complex.c tests to _testlimitedcapi (#117014)
authorVictor Stinner <vstinner@python.org>
Tue, 19 Mar 2024 16:23:12 +0000 (17:23 +0100)
committerGitHub <noreply@github.com>
Tue, 19 Mar 2024 16:23:12 +0000 (17:23 +0100)
commit61c659e2dcc073dda6d9a88f735af21622b1c844
tree49b0b78bf0948c4acc307a6bd8b6e5be95293527
parent7f64ae30ddc22577ce4101ce0b6601b3548b036f
gh-116417: Move limited C API complex.c tests to _testlimitedcapi (#117014)

Split complex.c tests of _testcapi into two parts: limited C API
tests in _testlimitedcapi and non-limited C API tests in _testcapi.
Lib/test/test_capi/test_complex.py
Modules/Setup.stdlib.in
Modules/_testcapi/complex.c
Modules/_testlimitedcapi.c
Modules/_testlimitedcapi/complex.c [new file with mode: 0644]
Modules/_testlimitedcapi/parts.h
PCbuild/_testlimitedcapi.vcxproj
PCbuild/_testlimitedcapi.vcxproj.filters