SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

72153 0 0 Python

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.
V
Victor Stinner committed
f9fa6ba4f8d90ae12bc1f6a792d66903bb169ba8
Parent: 5cd50cb
Committed by GitHub <noreply@github.com> on 9/18/2024, 5:10:56 PM