diff options
author | Victor Stinner <vstinner@python.org> | 2024-09-18 17:10:56 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-18 17:10:56 (GMT) |
commit | f9fa6ba4f8d90ae12bc1f6a792d66903bb169ba8 (patch) | |
tree | 62c7906e3e553eab79c1173ea2e2e3642aa3c7b3 /Python/flowgraph.c | |
parent | 5cd50cb6eb28e525f0c838e049e900ea982a5a23 (diff) | |
download | cpython-f9fa6ba4f8d90ae12bc1f6a792d66903bb169ba8.zip cpython-f9fa6ba4f8d90ae12bc1f6a792d66903bb169ba8.tar.gz cpython-f9fa6ba4f8d90ae12bc1f6a792d66903bb169ba8.tar.bz2 |
gh-124064: Fix -Wconversion warnings in Parser/string_parser.c (#124204)
Fix integer overflow check in decode_unicode_with_escapes(): use
PY_SSIZE_T_MAX instead of SIZE_MAX.
Diffstat (limited to 'Python/flowgraph.c')
0 files changed, 0 insertions, 0 deletions