Kevin Watters <[EMAIL PROTECTED]> added the comment:

>From reading through PEP 3118 once I'm not entirely clear on the role 
stgdict->format is supposed to be taking here, but I did get comtypes to 
compile and run successfully by changing line 910 from

stgdict->format = alloc_format_string("&", itemdict->format);

to

stgdict->format = alloc_format_string("&", itemdict->format ? itemdict-
>format : "P");

(Where "P" is just struct.pack's void pointer format string.)

_______________________________________
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue3258>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to