mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
gh-61103: Add What's New entry for complex types in ctypes (GH-129129)
Co-authored-by: Sergey B Kirpichev <skirpichev@gmail.com>
This commit is contained in:
parent
edf803345a
commit
a65f802692
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
--------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue