mirror of
https://github.com/python/cpython.git
synced 2026-05-07 13:10:37 -04:00
5dcce94e9d
gh-124064: Fix -Wconversion warnings in Parser/string_parser.c (GH-124204)
Fix integer overflow check in decode_unicode_with_escapes(): use
PY_SSIZE_T_MAX instead of SIZE_MAX.
(cherry picked from commit f9fa6ba4f8)
Co-authored-by: Victor Stinner <vstinner@python.org>