The Python Oracle

How does Python manage int and long?

Become part of the top 3% of the developers by applying to Toptal https://topt.al/25cXVn

--

Music by Eric Matyas
https://www.soundimage.org
Track title: Hypnotic Puzzle3

--

Chapters
00:00 Question
00:43 Accepted answer (Score 159)
01:37 Answer 2 (Score 25)
01:55 Answer 3 (Score 13)
03:59 Answer 4 (Score 6)
04:42 Thank you

--

Full question
https://stackoverflow.com/questions/2104...

Accepted answer links:
[a few versions back]: http://www.python.org/dev/peps/pep-0237/
[sys.maxint]: https://docs.python.org/2/library/sys.ht...
[sys.maxsize]: https://docs.python.org/3/library/sys.ht...

Answer 2 links:
[PEP]: http://www.python.org/dev/peps/pep-0237/

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#python #integer

#avk47