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
Is python a scripting or programming?
What is a model in python?
How to find whether string is alphanumeric or not?
Does python do until loop?
Can you use tabs in python?
Do you know what the difference between lists and tuples is? Can you give
What is string parsing in python?
What are advantages and disadvantages of python?
What is list comprehension how to define it and when to use?
Explain pickling and unpickling in python?
What is module and package in Python?
What is python unit test?
In which field python is used?
Can I make a website with python?
What is a dictionary in python?