diff options
author | Victor Stinner <vstinner@python.org> | 2023-05-30 18:36:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-30 18:36:20 +0200 |
commit | 4b65d5638c607747e2f5b28ed1914e3c397b4097 (patch) | |
tree | 6f1ffaff2c22159789c0aa776903fc12a33f2503 /Python/mysnprintf.c | |
parent | 18cfc1eea569f0ce72ad403840c0e6cc5f81e1c2 (diff) | |
download | cpython-4b65d5638c607747e2f5b28ed1914e3c397b4097.tar.gz cpython-4b65d5638c607747e2f5b28ed1914e3c397b4097.zip |
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().
Diffstat (limited to 'Python/mysnprintf.c')
0 files changed, 0 insertions, 0 deletions