Hello,
 
I'm wondering if allow-thread="true" is actually supported/needed for constructors?
 
Looking at the generated Wrapper code, it seems to have no effect (and I don't see any GIL-related code in the generated MyClassWrapper::MyClassWrapper constructor, it just calls the respective MyClass constructor). So I'm wondering about the GIL state while constructing wrapped classes from within python? Is it always held, or is it never held?
 
Thanks in advance -
Christoph
_______________________________________________
PySide mailing list
PySide@qt-project.org
https://lists.qt-project.org/listinfo/pyside

Reply via email to