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.
Showing
Please register or sign in to comment
It is unused. It also forces a 16-byte alignment, which creates problems because Python's allocator only uses 8-byte alignment.