[issue42221] Potential memory leak in resize_compact() (for unicode objects)

2020-10-31 Thread Daniel Alley
Daniel Alley added the comment: A helpful user in the discord was able to point out where the bug was - in our extension, but not directly apparent from the valgrind output. -- resolution: -> not a bug stage: -> resolved status: open -&g

[issue42221] Potential memory leak in resize_compact() (for unicode objects)

2020-10-31 Thread Daniel Alley
New submission from Daniel Alley : Disclaimer: I'm not familiar with the interpreter internals, nor am I really a C dev, so I could be misinterpreting these results due to inexperience. I've been attempting to debug a memory leak which I thought was caused by a C API extension t

[issue41699] Potential memory leak with asyncio and run_in_executor

2020-10-29 Thread Daniel Alley
Daniel Alley added the comment: This seems likely to be a duplicate of https://bugs.python.org/issue41588, as run_in_executor(None, ...) submits tasks to a ThreadPoolExecutor underneath the hood. -- nosy: +dralley ___ Python tracker <ht