On 2/3/14, 9:42 AM, Vincent Barrielle wrote:
> Following these examples, I've found some fixes that enable PySide to work
> correctly when run under Nuitka (patches attached).

These look like worthwhile changes (though I haven't tried them yet).  A 
couple questions:

* Could you write tests for this functionality?  I think you can use 
instances of classes with a __call__ method to simulate the behavior.

* Does this change how methods are handled?  In PySide (following how 
C++ Qt works) if a method of a QObject is connected as a callback, it is 
disconnected when the method's object is destroyed.

I'm curious, does PySide's test suite work under Nuitka?

Thanks,

John

_______________________________________________
PySide mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/pyside

Reply via email to