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
_______________________________________________
Eric mailing list
Eric@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/eric

Reply via email to