Hi F.e.,
I wonder if there's a way for pyext to know it's deleted, in order, for example, to remove previously created temp files before it's killed...
yes there is. Just define a _del(self) method in your pyext class. It gets called when the object is deleted.
greetings, Thomas