Python Integers: nitty-gritty details

Talk 30 min

Petras Zdanavičius
A deep technical dive into CPython's an integer type implementation: - What is an integer in C? Why new fancy languages have `u8`, `i8`, ..., `u64`, `i64` and Python only has `int`. - What is an integer in Python? - What is a long integer in Python? - Why integers are no longer supported in Python starting January 1, 2020? (Trololo)