Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

What is the purpose of _init_() function in python?

894


So, then, what is the global keyword?

1009


How would you display a file’s contents in reversed order?

908


How to get the current time in python?

922


Does python perform tail recursion optimization?

958


What is final and super keyword difference between them?

930


What's a python script?

962


What is the difference between old style and new style classes in python?

903


How to create a unicode string in python?

1012


How will you convert a string to all lowercase?

864


What does super () do python?

927


Is python dict a hashmap?

845


What is a class and super class?

1015


How does inheritance work in python?

1082


Can you list down some of the pdb commands for debugging python programs?

974