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
What is pylintrc?
Why does the following behave unexpectedly in python?
Does python have multiple inheritance?
What is dictionary in python?
What are the basic data types supported by python?
Explain me what are the key features of python?
What do you mean by python literals?
Which compiler is best for python?
Mention five benefits of using python?
What is pass in Python?
What are the local and global variables in python?
Why python language is called python?
What is setup py?
What is a raw string in python?
Can I create apps with python?