]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-121249: Support _Complex types in the struct module (#121613)
authorSergey B Kirpichev <skirpichev@gmail.com>
Mon, 7 Oct 2024 11:53:02 +0000 (14:53 +0300)
committerGitHub <noreply@github.com>
Mon, 7 Oct 2024 11:53:02 +0000 (13:53 +0200)
commit7487db4c7af629f0a81b2127a3ee0000a288cefc
tree1cc74f0158815fcbb263df22eaac3720ac43a64a
parentf55273b3b7124dc570911724107c2440f37905fc
gh-121249: Support _Complex types in the struct module (#121613)

Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Co-authored-by: Victor Stinner <vstinner@python.org>
Doc/library/struct.rst
Lib/ctypes/__init__.py
Lib/test/test_struct.py
Misc/NEWS.d/next/Library/2024-07-10-08-13-34.gh-issue-121249.W9Gd09.rst [new file with mode: 0644]
Modules/_struct.c