Why isn't all the memory de-allocated when Python exits?
Answer Posted / glibwaresoftsolutions
Certain Python modules are not always released or deallocated when Python terminates, particularly those that include circular references to other objects or objects referenced from global namespaces.
Python's effective cleanup mechanism would attempt to de-allocate/destroy all other objects upon termination.
De-allocating the RAM that the C library has reserved is difficult.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is lambda function ?
How to open a text file and display its contents?
What program to write python?
What is blob in python?
How to call an external command in python?
How many constructors can a class have?
What is the word for 6 times?
What is a docstring comment?
What is python interpreter?
What are different methods to copy an object in python?
Tell me how memcached should not be used in your python project?
How does python input work?
Is Python an easy-to-learn language
What is Java implementation of Python popularly know?
What are the features of python?