<div dir="auto"><div><br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, 12 June 2023, 8:32 pm Radim Blazek, <<a href="mailto:radim.blazek@gmail.com">radim.blazek@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">QCoreApplication.sendPostedEvents(None, QEvent.DeferredDelete) does the job.<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto"><a href="https://github.com/qgis/QGIS/pull/53400">https://github.com/qgis/QGIS/pull/53400</a> will have helped here too! (At this stage I'm not planning on backporting that though)</div><div dir="auto"><br></div><div dir="auto">Nyall</div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Thanks<br>
Radim<br>
<br>
On Tue, Apr 18, 2023 at 10:38 AM Nyall Dawson <<a href="mailto:nyall.dawson@gmail.com" target="_blank" rel="noreferrer">nyall.dawson@gmail.com</a>> wrote:<br>
> You can safely execute the event loop with DeferredDelete to only cleanup of this object without the danger of other event loop mess.<br>
</blockquote></div></div></div>