8000 gh-61103: Add What's New entry for complex types in ctypes (GH-129129) · python/cpython@a65f802 · GitHub
[go: up one dir, main page]

Skip to content

Commit a65f802

Browse files
encukouskirpichev
andauthored
gh-61103: Add What's New entry for complex types in ctypes (GH-129129)
Co-authored-by: Sergey B Kirpichev <skirpichev@gmail.com>
1 parent edf8033 commit a65f802

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Doc/whatsnew/3.14.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,12 @@ ctypes
351351
callback functions that are passed dynamically-sized buffers.
352352
(Contributed by Rian Hunter in :gh:`112018`.)
353353

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

355361
datetime
356362
--------

0 commit comments

Comments
 (0)
0