We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf150f6 commit 1e57a6cCopy full SHA for 1e57a6c
Doc/whatsnew/3.14.rst
@@ -351,6 +351,12 @@ ctypes
351
callback functions that are passed dynamically-sized buffers.
352
(Contributed by Rian Hunter in :gh:`112018`.)
353
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 the ``libffi`` library support
357
+ complex C types.
358
+ (Contributed by Sergey B Kirpichev in :gh:`61103`).
359
+
360
361
datetime
362
--------
0 commit comments