user image

Preeti Tripathi

Job Interview Skills
English
2 years ago

42. In the event of Python exiting, why are the memories not de-allocated

user image

Abhishek Mishra

2 years ago

These Python modules particularly those that have circular references to other objects or that reference objects from the global namespaces are not always de-allocated or deleted when Python exits. Particularly those Python modules that have circular references to other objects or that reference objects from the global namespaces are not always de-allocated or deleted when Python quits. De-allocating the memory blocks that the C library has reserved is not possible

Recent Doubts

Close [x]