mirror of
https://github.com/python/cpython.git
synced 2026-05-07 05:01:13 -04:00
1bc16504ef
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.