python-cffi / cffi

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

[1.17 backport] Use '_cffi_float_complex_t' or '_cffi_double_complex_t' more systematically (#111) #127

Open nitzmahone opened 2 months ago

nitzmahone commented 2 months ago

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

(cherry picked from commit ac407f073068041a5ea9874d8b17f364865bf79b)

jhale commented 2 months ago

Would it be possible to release this as 1.17.2? It's a blocker for us without pinning.