]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #23319: Fix ctypes.BigEndianStructure, swap correctly bytes. Patch
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 29 Jul 2015 12:37:17 +0000 (14:37 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 29 Jul 2015 12:37:17 +0000 (14:37 +0200)
commite97944a27e836f68f6b42393885999f3bcdce36b
treeb0e9e13169005cefea145d3b67811613b2198dd1
parent2f2c829688a42828d2be85118d26ea5bb41266eb
Issue #23319: Fix ctypes.BigEndianStructure, swap correctly bytes. Patch
written by Matthieu Gautier.
Lib/ctypes/test/test_bitfields.py
Misc/NEWS
Modules/_ctypes/cfield.c