mirror of
https://github.com/python/cpython.git
synced 2026-06-02 01:29:52 -04:00
6eb23b1311
PyUnicode_FromFormat() no longer produces the ending \ufffd character for truncated C string when use precision with %s and %V. It now truncates the string before the start of truncated multibyte sequences.
Source files for various builtin objects