Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • The point of garbage collection is that you don't have to worry about when the memory is freed. So why are you worrying about it? Commented Feb 19, 2013 at 23:44
  • 2
    I'm processing large volume of traffic and observed memory leak issues. I'm almost certain the issue is not in the python script, but just trying to make sure. Commented Feb 20, 2013 at 1:26