[Pythonmac-SIG] bugs in _Qtmodule

Jack Jansen Jack.Jansen at cwi.nl
Wed Oct 4 11:12:43 CEST 2006


On 4-okt-2006, at 3:58, Jeff Senn wrote:

>
> While attempting to use the QuickTime sequence grabber
> interfaces from Python I notice that there is some
> confusion between Component and ComponentInstance
> in _Qtmodule.c.
>
> I believe most of the instances of "CmpObj_{Convert,New}"
> in _Qtmodule should actually be "CmpInstObj_{Convert,New}"
> (There are a few that are correctly CmpObj_...)
>
> I have a (moderately tested) patch...

A patch won't help much, because _Qtmodule is generated (through  
qtscan.py/qtsupport.py). I assume that there's a one-line mistake in  
qtsupport, which leads to one C type being handled as CmpObj in stead  
of CmpInstObj.

Hmm, well at least the patch will contain that information, I guess.  
Could you put it on sourceforge and assign it to me?
--
Jack Jansen, <Jack.Jansen at cwi.nl>, http://www.cwi.nl/~jack
If I can't dance I don't want to be part of your revolution -- Emma  
Goldman


-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2255 bytes
Desc: not available
Url : http://mail.python.org/pipermail/pythonmac-sig/attachments/20061004/228c7050/attachment.bin 


More information about the Pythonmac-SIG mailing list