]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-148464: Add missing ``__ctype_le/be__`` attributes for complex types in the ctype...
authorSergey B Kirpichev <skirpichev@gmail.com>
Fri, 17 Apr 2026 12:09:09 +0000 (15:09 +0300)
committerGitHub <noreply@github.com>
Fri, 17 Apr 2026 12:09:09 +0000 (14:09 +0200)
commit769cc8338f35eb134508aca701a59342bcb6a84b
tree6b635db8008788d4dbcba58bf383cf7132b61114
parent2a07ff980b412559f6cedafd432118684faa8d09
gh-148464: Add missing ``__ctype_le/be__`` attributes for complex types in the ctype module (GH-148485)

Co-authored-by: sunmy2019 <59365878+sunmy2019@users.noreply.github.com>
Lib/test/test_ctypes/test_byteswap.py
Misc/NEWS.d/next/Library/2026-04-13-06-22-27.gh-issue-148464.Bj_NZy.rst [new file with mode: 0644]
Modules/_ctypes/_ctypes.c
Modules/_ctypes/cfield.c