-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
Open
Labels
pendingThe issue will be closed if no feedback is providedThe issue will be closed if no feedback is providedtopic-subinterpreterstype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
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
Labels
pendingThe issue will be closed if no feedback is providedThe issue will be closed if no feedback is providedtopic-subinterpreterstype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Projects
Status
Todo