[Python-Dev] [PEP 558] thinking through locals() semantics

Greg Ewing greg.ewing at canterbury.ac.nz
Sun Jun 2 07:52:02 EDT 2019


Armin Rigo wrote:
> You have the occasional big function that benefits a lot from being
> JIT-compiled but which contains ``.format(**locals())``.

There should be a lot less need for that now that we have f-strings.

-- 
Greg


More information about the Python-Dev mailing list