<p dir="ltr">Hello,</p>
<p dir="ltr">I succesfully applied sip. setdestroyonexit on a fairly large pyqt4 application suffering from occasional crashes at exit time.</p>
<p dir="ltr">My question is twofold:<br>
- why is destroyonexit not set to False by default;<br>
- Is it (theoretically) possible to live without using this sip call? E.g. by adhering to guidelines regarding pyqt wrapper/qt ownership and qt/python garbage collection? When I read the API documentation of sip.setdestroyonexit carefully, I get the impression that it is impossible to live without this sip call.</p>
<p dir="ltr">Best regards,<br>
Carl</p>