]> granicus.if.org Git - python/commit
Close #4376: ctypes now supports nested structures in a endian different than
authorVictor Stinner <victor.stinner@haypocalc.com>
Wed, 13 Jul 2011 19:47:31 +0000 (21:47 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Wed, 13 Jul 2011 19:47:31 +0000 (21:47 +0200)
commitbf547fd3f255430bb32916b9949f1f8e72aee951
tree470d659467e94f55d7a07d656d56d3e9cef7bc4b
parentfbe84d92ab0be0dbfc3f8f16b8fd53d8373ba37c
Close #4376: ctypes now supports nested structures in a endian different than
the parent structure. Patch by Vlad Riscutia.
Lib/ctypes/_endian.py
Lib/ctypes/test/test_byteswap.py
Misc/ACKS
Misc/NEWS