SIGN IN SIGN UP

gh-95781: More strict format string checking in PyUnicode_FromFormatV() (GH-95784)

An unrecognized format character in PyUnicode_FromFormat() and
PyUnicode_FromFormatV() now sets a SystemError.
In previous versions it caused all the rest of the format string to be
copied as-is to the result string, and any extra arguments discarded.
S
Serhiy Storchaka committed
62f06508e76e023a81861caee6a45e1d639bf530
Parent: 63140b4
Committed by GitHub <noreply@github.com> on 8/8/2022, 4:21:07 PM