You should consider "no longer have to justify why it's not optimized" as a clear benefit of making this change :-) This optimization is proposed once a year for many years...
For me, any possible compilation-ahead optimization (which doesn't break the Python semantics) is worth it ;-) It's done once, possible even before the program is run for the first time, and then makes the code faster. Victor _______________________________________________ Python-Dev mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/HEFGUVWHSN276YXEKEBOKYLUPFNLILTF/ Code of Conduct: http://python.org/psf/codeofconduct/
