comtypes
comtypes copied to clipboard
`VARIANT._get_value` cannot unpack arrays of arbitrary type
The VARIANT._get_value method does not unpack arrays of arbitrary type. As seen here, it is assumed that the unpacked type is in the limited _vartype_to_ctype dictionary. This is likely the cause behind reclosedev/pyautocad#6. The code should be expanded to handle more types.