Why isn't all the memory de-allocated when Python exits?
Answer Posted / hr@tgksolutions.com
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
Why python is so popular with developers?
Which oops talks about data hiding?
What does file flush mean?
How can you pick a random item from a list or tuple in python?
What does none mean in python?
How do you use n in python?
What is s in python 3?
What do u mean by instance?
How do you execute a python script?
Explain about exceptions in python?
Is python client or server side?
How do you take input in python?
Is list iterable in python?
How memcached should not be used in your python project?
What is the use of numpy package?