Tushar Sadhwani
You might know that Python doesn't have a max integer size. Unlike most other languages that are limited to having a 64 bit integer type, Python has a "theoretically infinite" maximum integer.
But, is that true?
Turns out no, Pythondoes have a maximum integer size. We'll look onto Python's source code and figure out how it stores and works with integer values.
We'll be covering the following topics:
Python's source code in C is still a black box to many, and it's really easy to never think about how the language itself works. But knowing where to look in the C code can be a huge help in your Python journey, so I hope to provide insight into the C source code.
Understanding Python and C fundamentals would be required to be able to follow this talk.
プロフィール
Long term Python dev, likes to work on open source software and Python developer tooling.