Domanda di colloquio di Oracle

How does memory management work in Python?

Risposta di colloquio

Anonimo

27 feb 2025

Python uses automatic memory management with reference counting and garbage collection (GC). The GC removes circular references using the generational garbage collector.