> On 16 Jan 2024, at 13:17, Thomas Passin via Python-list <python-list at python.org> wrote: > > The usual advice is to call deleteLater() on objects derived from PyQt classes. I don't know enough about PyQt to know if this takes care of all dangling reference problems, though. It works well and robustly. Barry