comtypes icon indicating copy to clipboard operation
comtypes copied to clipboard

`VARIANT._get_value` cannot unpack arrays of arbitrary type

Open cfarrow opened this issue 11 years ago • 0 comments

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.

cfarrow avatar Jun 11 '14 02:06 cfarrow