]> granicus.if.org Git - python/commit
Issue #23319: Fix ctypes.BigEndianStructure, swap correctly bytes. Patch
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 29 Jul 2015 12:33:52 +0000 (14:33 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 29 Jul 2015 12:33:52 +0000 (14:33 +0200)
commit9c631a0f71a6c4beb5d29c10602a555e6a33fd12
tree96a14618aabd32bdc8e644ffaedf46d3abad6f2a
parentbb1c079657fa8f8f9d7ec537f83b1fed1d9b413c
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