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 / 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


Please Help Members By Posting Answers For Below Questions

Do arrays start at 0 in python?

760


What is the iterator protocol?

850


What are the types of inheritance in python?

843


Python list of lists, changes reflected across sublists unexpectedly

922


Explain a few methods to implement functionally oriented programming in python?

835


What is pyunit in python?

764


Does nasa use python?

809


What does isalpha do in python?

797


What module is used to execute linux commands through the python script and give us with one example

891


Mention what are the rules for local and global variables in Python?

926


I am from non technical Background. In how many days I can learn the python? and What I need to do for that?

2339


What is long in python?

802


Who built the sphinx?

751


Which database is used in python?

861


Explain the uses of the modules sqlite3, ctypes, pickle, traceback, and itertools.

841