8000 gh-61103: Add What's New entry for complex types in ctypes by encukou · Pull Request #129129 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-61103: Add What's New entry for complex types in ctypes #129129

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

Merged
merged 2 commits into from
Jan 22, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update Doc/whatsnew/3.14.rst
Co-authored-by: Sergey B Kirpichev <skirpichev@gmail.com>
  • Loading branch information
encukou and skirpichev authored Jan 22, 2025
commit 8e35607c639150ebfc4860afb0b92514a2b9e537
2 changes: 1 addition & 1 deletion Doc/whatsnew/3.14.rst
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ ctypes

* Complex types, :class:`~ctypes.c_float_complex`,
:class:`~ctypes.c_double_complex` and :class:`~ctypes.c_longdouble_complex`,
are now available if both the compiler the ``libffi`` library support
are now available if both the compiler and the ``libffi`` library support
complex C types.
(Contributed by Sergey B Kirpichev in :gh:`61103`).

Expand Down
Loading
0