Files
cpython/Python/formatter_unicode.c
Victor Stinner f62ad4f2c4 gh-89653: Use int type for Unicode kind (#92704)
Use the same type that PyUnicode_FromKindAndData() kind parameter
type (public C API): int.
2022-05-13 12:41:05 +02:00

51 KiB