Question d’entretien chez Qualcomm

Explain how memory is managed in python.

Réponse à la question d'entretien

Utilisateur anonyme

20 avr. 2024

Reference counts are tracked, and periodically deallocated when the count goes to zero.