]> granicus.if.org Git - python/commit
remove long double from ctypes value union
authorBenjamin Peterson <benjamin@python.org>
Mon, 5 Sep 2016 23:24:52 +0000 (16:24 -0700)
committerBenjamin Peterson <benjamin@python.org>
Mon, 5 Sep 2016 23:24:52 +0000 (16:24 -0700)
commit6d999803a07ef5e01f0048d4f276e9cf4401a23d
tree41f3465f369ea3650e6570d38da75df5d0e3514b
parent281e5f8839355a03ace8c2162bd69ff0082e73f0
remove long double from ctypes value union

It is unused. It also forces a 16-byte alignment, which creates problems because
Python's allocator only uses 8-byte alignment.
Modules/_ctypes/ctypes.h