blob: 88a03685073c0d593a5410e13e2ded8942450003 [file] [log] [blame]
Fix a crash in `ctypes.cast()` in case the type argument is a ctypes
structured data type. Patch by Eryk Sun and Oren Milman.