[PyQt] Multithreading, signals, reference counting and crash

Phil Thompson phil at riverbankcomputing.com
Thu Feb 11 18:08:34 GMT 2016


On 11 Feb 2016, at 6:04 pm, Ilya Kulakov <kulakov.ilya at gmail.com> wrote:
> 
> Hi Phil,
> 
> Wouldn't it make sense to keep Python objects alive while they are queued to be delivered? I don't know the details of implementation, but refcount could be incremented before object enters queue and decremented after all handlers are called.

How do you know when they have been delivered?

Phil


More information about the PyQt mailing list