Why isn't all the memory de-allocated when Python exits?
Answer Posted / nashiinformaticssolutions
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 programming language?
Is java better than python?
Is python can be compatible with command prompt?
How to save an image when you know the url?
Is there a switch or case statement in python? If not then what is the reason for the same?
What is the pass statement in python?
What ais the replacements for switch statement in python?
How to overload constructors or methods in python?
Explain the difference between a list and the tuple?
Which apps use python?
Can a class run without constructor?
Is there a null in python?
How to redirect stdout to a file in python?
What is the difference between local vs global in python?
Write a program structure in python?