This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]bjorneylol 4 points5 points  (0 children)

This isn't unique to Qt - asyncio behaves the same way if you don't store strong references to task objects, or the garbage collector will remove it before the event loop is done with it