]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-105102: Fix nested unions in structures when the system byteorder is the...
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 17 Jan 2024 19:58:28 +0000 (21:58 +0200)
committerGitHub <noreply@github.com>
Wed, 17 Jan 2024 19:58:28 +0000 (19:58 +0000)
commit2b032590222fd633e9d696faae7cb04dae5170bd
tree67b9acb570fea8cc71dc966ec4420a0316c8413f
parent5dcb15da881173bf2b1e4d4336752a4fd1da4f2a
[3.11] gh-105102: Fix nested unions in structures when the system byteorder is the opposite (GH-105106) (GH-114205)

(cherry picked from commit 0b541f64c472976b2fee1ec9919bc7b02a798242)

Co-authored-by: Sheidan <37596668+Sh3idan@users.noreply.github.com>
Lib/ctypes/_endian.py
Lib/ctypes/test/test_byteswap.py
Misc/NEWS.d/next/Library/2023-05-30-18-30-11.gh-issue-105102.SnpK04.rst [new file with mode: 0644]