[PyQt] [Eric] Eric4 issue with splitted views

Hans-Peter Jansen hpj at urpla.net
Thu Mar 27 20:34:24 GMT 2014


On Donnerstag, 27. März 2014 18:31:28 Detlev Offenbach wrote:
> Does this just happen when shutting down eric after two views were opened or
> is it enough to close the two views?

The backtrace says it all - it happens after Py_Finalize somewhere below 
PyGC_Collect.. This is, what setdestroyonexit(False) suppresses, it just 
throws away all objects, and doesn't try to call its d'tors.

Pete


More information about the PyQt mailing list