+ 2
How does Python handle memory management?
2 Réponses
+ 1
reference counting and garbage collector?
+ 1
SATYAM MORNINGSTAR ,
It's an implementation detail that can be delayed or omitted, as long as nothing in use is prematurely recycled. However, in the most used implementation, CPython, it's apparently quite fast and efficient.
https://www.sololearn.com/Discuss/3259635/?ref=app