Thoughts on PEP284

M-a-S NO-MAIL at hotmail.com
Tue Sep 23 00:49:42 EDT 2003


> > Some more looping thoughts - this time on integer for loops...

I guess this should be a matter of optimization. Why don't the Python
compiler recognize 'for <var> in [x]range(<from>,<till>):'? It should be
pretty easy. Microsoft does marvels optimizing loops in C. Why an open
source project like Python can't do it?

M-a-S






More information about the Python-list mailing list