ctypes: workaround unaligned pointer crash with clang 3.5
clang generates code which assumes that the PyCArgObject::value is 16 byte aligned but our current allocator only 8byte aligns This made all code which used types crash on travis CI
Showing
clang generates code which assumes that the PyCArgObject::value is 16 byte aligned but our current allocator only 8byte aligns This made all code which used types crash on travis CI
mentioned in commit 498208da
·mentioned in commit 498208da