[PyQt] Crash in sip_api_is_py_method() with PyQt 4.6

Phil Thompson phil at riverbankcomputing.com
Tue Oct 13 22:35:35 BST 2009


On Tue, 13 Oct 2009 23:10:32 +0200, Victor Stinner
<victor.stinner at haypocalc.com> wrote:
> Hi,
> 
> A friend told me that there are snapshots. So I tested the last snapshot
> and 
> the sip_api_is_py_method()'s crash is still present. But the other bug 
> (methods redefined in Python) is different: I get an error on the number
of
> 
> arguments.

It depends on what your application is doing. Is it monkey patching a bound
method or an unbound method?

Phil


More information about the PyQt mailing list