mirror of
https://github.com/python/cpython.git
synced 2026-05-09 06:01:08 -04:00
a0bd9e9c11
C-style formatting with literal format containing only format codes %s, %r and %a (with optional width, precision and alignment) will be converted to an equivalent f-string expression. It can speed up formatting more than 2 times by eliminating runtime parsing of the format string and creating temporary tuple.
Miscellaneous source files for the main Python shared library