Programming Languages
Python
Subjective
Sep 30, 2025
Explain Python's garbage collection mechanism.
Detailed Explanation
Python uses reference counting and cyclic garbage collector. When reference count reaches zero, object is deleted. Cyclic GC handles circular references.
Discussion (0)
No comments yet. Be the first to share your thoughts!
Share Your Thoughts