NovFora Dev

Need help debugging a Python memory leak — object references held by global variables? I suspect my event loop is keeping stale objects alive because they're stored in a list that never gets cleared. Has anyone dealt with this specific scenario befor

Stella Cook

Stella Cook

4 months ago

Opening thread commentary.

Liam Jackson

Liam Jackson

4 months ago

gc.get_referrers() is my usual first step — it tells you exactly

Join the conversation to leave a reply.

Sign in to reply

Related topics