Skip to content

Commit

Permalink
pythongh-61103: Add What's New entry for complex types in ctypes (pyt…
Browse files Browse the repository at this point in the history
…honGH-129129)

Co-authored-by: Sergey B Kirpichev <[email protected]>
  • Loading branch information
encukou and skirpichev authored Jan 22, 2025
1 parent edf8033 commit a65f802
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Doc/whatsnew/3.14.rst
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,12 @@ ctypes
callback functions that are passed dynamically-sized buffers.
(Contributed by Rian Hunter in :gh:`112018`.)

* 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 and the ``libffi`` library support
complex C types.
(Contributed by Sergey B Kirpichev in :gh:`61103`).


datetime
--------
Expand Down

0 comments on commit a65f802

Please sign in to comment.