Bravo, Jeff. I couldn't have chosen a better example. However, I'd expect large ints to be stored in two parts. A (class, pointer) pair which has fixed size. And memory referenced by the pointer, large enough to store the value of the large int.
However, that's part of the language implementation, and not part of the language definition. -- Jonathan
_______________________________________________ Python-ideas mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/QUWKTXL6B4DJ27ILOPUHT3XB4RG6LK2K/ Code of Conduct: http://python.org/psf/codeofconduct/
