Python Memory Management
Jump to navigation
Jump to search
Internal
Overview
Python uses two strategies for memory allocation:
- Reference counting
- Garbage collection
Python uses two strategies for memory allocation: