python-cffi / cffi

A Foreign Function Interface package for calling C libraries from Python.
https://cffi.readthedocs.io/en/latest/
Other
114 stars 41 forks source link

Use '_cffi_float_complex_t' or '_cffi_double_complex_t' more systematically #111

Closed arigo closed 3 weeks ago

arigo commented 1 month ago

Should fix the problem that FFI().typeof('float _Complex') stopped working.

fixes #110