]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-106550: Fix sign conversion in pycore_code.h (GH-112613) (#112696)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 4 Dec 2023 11:14:13 +0000 (12:14 +0100)
committerGitHub <noreply@github.com>
Mon, 4 Dec 2023 11:14:13 +0000 (11:14 +0000)
commite005dabe13dc905b10843dd775a6ef54fffbe193
tree72f100ca76048bdc84fee87e66aadbb405e28395
parent29a5ff0068c6a6d7629a7e625b567908a4d03506
[3.12] gh-106550: Fix sign conversion in pycore_code.h (GH-112613) (#112696)

gh-106550: Fix sign conversion in pycore_code.h (GH-112613)

Fix sign conversion in pycore_code.h: use unsigned integers and cast
explicitly when needed.
(cherry picked from commit a74902a14cdc0952abf7bfabcf529c9b132c5cce)

Co-authored-by: Victor Stinner <vstinner@python.org>
Include/internal/pycore_code.h