Tagged articles
1 articles
Page 1 of 1
Baidu Intelligent Testing
Baidu Intelligent Testing
Sep 1, 2017 · Fundamentals

Understanding Python Garbage Collection and Memory Leaks

This article explains Python's garbage collection mechanisms, demonstrates how reference counting works, shows how to detect and fix memory leaks using the gc module, and illustrates the issue with urllib2 through code examples and visual diagrams.

Garbage CollectionPythongc module
0 likes · 5 min read
Understanding Python Garbage Collection and Memory Leaks