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?

Answers were Sorted based on User's Feedback



Why isn't all the memory de-allocated when Python exits?..

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

Why isn't all the memory de-allocated when Python exits?..

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

Why isn't all the memory de-allocated when Python exits?..

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

More Python Interview Questions

What is oops in python?

0 Answers  


What does a function of python programming?

0 Answers  


Tell me what are different methods to copy an object in python?

0 Answers  


What does append () do in python?

0 Answers  


What is threads life cycle?

0 Answers  


What is the difference between re.search and re.match?

0 Answers  


What is numpy array in python?

0 Answers  


What is python keyword?

0 Answers  


How do you add elements to a list in python?

0 Answers  


What is the Global Interpreter Lock (GIL) in Python?

1 Answers  


How would you define a protected member in a python class ?

0 Answers  


Difference between __str__ and __repr__?

0 Answers  


Categories