Files
cpython/Python/fileutils.c
Victor Stinner 4b65d5638c gh-80064: Fix is_valid_wide_char() return type (#105099)
Return a classical int, rather than size_t. The size_t type was
kept from copied/pasted code related to mbstowcs().
2023-05-30 18:36:20 +02:00

81 KiB