"Martin v. Löwis" <[EMAIL PROTECTED]> writes: > Well, you know that LOAD_CONST only supports 2**31 constants, so > truncation to int is currently safe (I hope that the compiler detects > cases where somebody tries to create more than 2**16 constants).
Easy enough to check: >>> eval(repr(range(100000))) (It works). Cheers, mwh -- Q: What are 1000 lawyers at the bottom of the ocean? A: A good start. (A lawyer told me this joke.) -- Michael Ströder, comp.lang.python _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com