Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Commits on Aug 8, 2022

  1. pythongh-95781: More strict format string checking in PyUnicode_FromF…

    …ormatV()
    
    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.
    serhiy-storchaka committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    88d548f View commit details
    Browse the repository at this point in the history
  2. Add a reference.

    serhiy-storchaka committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    9553449 View commit details
    Browse the repository at this point in the history