]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-121249: adjust formatting codes for complex types in struct/ctypes (#132827)
authorSergey B Kirpichev <skirpichev@gmail.com>
Wed, 23 Apr 2025 13:38:24 +0000 (16:38 +0300)
committerGitHub <noreply@github.com>
Wed, 23 Apr 2025 13:38:24 +0000 (15:38 +0200)
commit85f89cb3e6bea6022cb58ffda560cf435f0adf94
treed387f23e31da5942f1ca15b70e254e0c4b939010
parent41dec4158d880a3fd200a84683521fe4ea618992
gh-121249: adjust formatting codes for complex types in struct/ctypes (#132827)

* F - for float _Complex
* D - for double _Complex
* G - for long double _Complex (not supported by the struct module)
Doc/library/struct.rst
Doc/whatsnew/3.14.rst
Lib/ctypes/__init__.py
Lib/test/test_ctypes/test_c_simple_type_meta.py
Lib/test/test_struct.py
Modules/_ctypes/callproc.c
Modules/_ctypes/cfield.c
Modules/_struct.c