[Web Feed] In the two most recent posts we focused on the Python object system. We learn...

Feed Supplier <[email protected]> Mon, 10 May 21 01:28:31 UTC
Newsgroups alt.comp.programming
Organization Usenet.Farm
Message-ID <[email protected]>
..ed what Python objects and Python types are, how they are defin



In the two most recent posts we focused on the Python object system. We learned what Python objects and Python types are, how they are defined and what determines their behavior. This discussion gave us a good understanding of how Python objects work in general. What we haven't discussed is how particular objects, such as strings, integers and lists, are implemented. In this and several upcoming posts we'll cover the implementations of the most important and most interesting built-in types. The subject of today's post is 


int