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
Why python is best for data science?
How does python handle compile-time and run-time code checking?
How do I run a python script in windows?
Describe about the libraries of python?
Which one is easier r or python?
What is the result of pow(x,y)?
What is __init__.py used for in python?
What is python? What do you understand of pep 8?
What is python? What are the benefits of using python?
What is python known for?
What is the difference between Python and Django?
How is python interpreted?
What is with open in python?
What is a namespace in python?
Can we develop a site using python