Open
Description
Hi Python team,
I detected python memory leaks when using it embedded on windows platform, unfortunately the issue I opened was closed.
I decided to correct the issue (though it is not 100% corrected), python now returns most of the memory it takes when finished.
I need test to be done with the modifications I did, especially if it requires any modifications for Unix based systems:
pylifecycle.c --> call function ____Py_ArenaMemoryRelease
obmalloc.c --> Define function ____Py_ArenaMemoryRelease pluss the trackig of memory allocations and releases
Pelase, test it and let me know.
Thanks you all
@AlexSoft73
Metadata
Metadata
Assignees
Projects
Status
Todo