]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-106693: Explicitly mark ob_sval as unsigned char to avoid UB (#106826)
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Thu, 7 May 2026 19:06:53 +0000 (20:06 +0100)
committerGitHub <noreply@github.com>
Thu, 7 May 2026 19:06:53 +0000 (22:06 +0300)
commitfbba343622c9e4a38c8ef0f0b0e311164394d76a
treebbf8a291702a199e5eb26ef4734c406a9d616e9d
parent9d07159cda9390c5714d46447ca918bae9fb8dcb
gh-106693: Explicitly mark ob_sval as unsigned char to avoid UB (#106826)

Signed-off-by: Pablo Galindo <pablogsal@gmail.com>
Include/cpython/bytesobject.h