]> granicus.if.org Git - python/commit
Accessing unaligned structure fields works now on all architectures.
authorThomas Heller <theller@ctypes.org>
Mon, 20 Mar 2006 07:54:01 +0000 (07:54 +0000)
committerThomas Heller <theller@ctypes.org>
Mon, 20 Mar 2006 07:54:01 +0000 (07:54 +0000)
commitd59ca8f335282ca72896c936d862a9a68633d73f
treee3565e8042b2c3bb3a11c06d89580efec8581cfe
parent6c2f913805bc0c678c7947502acfea5cb0ae0c3a
Accessing unaligned structure fields works now on all architectures.
Including unittest.
Lib/ctypes/test/test_byteswap.py
Lib/ctypes/test/test_unaligned_structures.py [new file with mode: 0644]
Modules/_ctypes/cfield.c