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