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
Which is faster python or php?
How can you get the google cache age of any url or web page?
What is means by string python?
Explain important characteristics of python objects?
Differentiate between split(), sub(), and subn() methods of the re module?
Explain the database connection in python flask?
What is the language from which Python has got its features or derived its features?
How do you insert an object at a given index in python?
Which software is used for python?
Why super is used in python?
How do you write a function in python 3?
Does amazon use python?
What is abstract class in python?
How do you append to a file?
Is python a good first language?