Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 2 commits into from
Sep 6, 2024

Conversation

arigo
Copy link
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.
@nitzmahone nitzmahone merged commit ac407f0 into python-cffi:main Sep 6, 2024
11 checks passed
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing complex types in cached btypes
2 participants