42. In the event of Python exiting, why are the memories not de-allocated
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