Skip to content

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

Merged
nitzmahone merged 2 commits into
python-cffi:mainfrom
arigo:main
Sep 6, 2024
Merged

Use '_cffi_float_complex_t' or '_cffi_double_complex_t' more systematically#111
nitzmahone merged 2 commits into
python-cffi:mainfrom
arigo:main

Conversation

@arigo
Copy link
Copy Markdown
Contributor

@arigo arigo commented Aug 12, 2024

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

fixes #110

arigo added 2 commits August 12, 2024 09:04
…ematically.

Should fix the problem that FFI().typeof('float _Complex') stopped working.
Comment thread testing/cffi1/test_parse_c_type.py
@nitzmahone nitzmahone merged commit ac407f0 into python-cffi:main Sep 6, 2024
nitzmahone pushed a commit to nitzmahone/cffi that referenced this pull request Sep 6, 2024
…ically (python-cffi#111)

* (2) Use '_cffi_float_complex_t' or '_cffi_double_complex_t' more systematically.
Should fix the problem that FFI().typeof('float _Complex') stopped working.

* test fixes

(cherry picked from commit ac407f0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants