You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but the IID portion is in double-quotes, so it is a string. When processed by PyWinObject_AsIID, the string cannot be converted into a valid IID and becomes IID_NULL, which then fails when the returned object's QueryInterface is called with IID_NULL.
The bug seems to be in genpy's VTableItem.WriteVTableMap where it writes repr(arg[3]) instead of just arg[3].
This happens in v219 and v220 in Python 2.7, 32-bit.