]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-105102: Fix nested unions in structures when the system byteorder is the opposite...
authorSheidan <37596668+Sh3idan@users.noreply.github.com>
Wed, 17 Jan 2024 18:20:39 +0000 (19:20 +0100)
committerGitHub <noreply@github.com>
Wed, 17 Jan 2024 18:20:39 +0000 (18:20 +0000)
commit0b541f64c472976b2fee1ec9919bc7b02a798242
tree50badf15bbb1603a4428a600f6ca9bd4553a9af4
parent33b47a2c2853066b549f242065f6c2e12e18b33b
gh-105102: Fix nested unions in structures when the system byteorder is the opposite (GH-105106)
Lib/ctypes/_endian.py
Lib/test/test_ctypes/test_byteswap.py
Misc/NEWS.d/next/Library/2023-05-30-18-30-11.gh-issue-105102.SnpK04.rst [new file with mode: 0644]