Answer Posted / glibwaresoftsolutions
All of the objects in Python are stored in a private heap region. This heap's sharing, caching, segmentation, and allocation are all controlled by the Python memory manager. Only the Python interpreter has access to the heap; the user does not.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is python a scripting or programming?
What is asynchronous python?
Explain about multi threading on python?
How do you insert an object at a given index in python?
How python maintains conditional blocks?
What is the key difference between java and python?
Write a logic to find the max sum of a list in another list?
What is python explain the advantages of using python?
Draw a comparison between the range and xrange in python?
Which is better java or python?
What is a means by “tuple in python”?
What is python private heap space?
What is a tuple in python?
Is notepad ++ good for python?
Multiply all elements of a list without writing a loop?