]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-61103: drop unused Py_HAVE_C_COMPLEX define (GH-133435)
authorSergey B Kirpichev <skirpichev@gmail.com>
Mon, 5 May 2025 13:50:57 +0000 (16:50 +0300)
committerGitHub <noreply@github.com>
Mon, 5 May 2025 13:50:57 +0000 (15:50 +0200)
commit1bc16504ef3866cc419f3781eef6528b93aee6b4
tree619fcd22080cf7fc971f181e13c737c2b4692e71
parent59f78d7b0609063d5eb7f2c2744540b47a8398fc
gh-61103: drop unused Py_HAVE_C_COMPLEX define (GH-133435)

Py_HAVE_C_COMPLEX was added in 3.14 so the removal doesn't need a deprecation
period even under a strict reading of PEP 387.

The Py_FFI_SUPPORT_C_COMPLEX check configure check implies support for
complex types in ctypes.
Modules/_ctypes/_ctypes_test.c
configure
configure.ac
pyconfig.h.in