]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-148464: Add missing ``__ctype_le/be__`` attributes for complex types in...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 23 Apr 2026 13:57:55 +0000 (15:57 +0200)
committerGitHub <noreply@github.com>
Thu, 23 Apr 2026 13:57:55 +0000 (15:57 +0200)
commit5e758ff5252bf4460ffa4bf78d0a41cadefe3bd7
tree03406c9f418d9d90c4e6705f7badb1357c16d7f4
parentb6a7212edb3153373711c05004e154e7a5bd5068
[3.14] gh-148464: Add missing ``__ctype_le/be__`` attributes for complex types in the ctype module (GH-148485) (GH-148677)

(cherry picked from commit 769cc8338f35eb134508aca701a59342bcb6a84b)

Co-authored-by: Sergey B Kirpichev <skirpichev@gmail.com>
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