I am using VTune to take memory statics for my app memory leak detection.
My Python app have a memory steady increase, it turns out there are "make_new_set" calls which keep creating python arena and seems cause memory leak.
But after my code inspected and other methods like using objgraph to detect growth, i still cannot find its origin.
