<@U054MQUPL>: I think memory leak is likely. at fi...
# development
b
@rough-minister-58256: I think memory leak is likely. at first i thought python has its own garbage collection thus it’s impossible to forget to do “free” like in C. but if a variable never goes out of scope and is never used, then it is in fact a memory leak.