]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-106550: Fix sign conversion in pycore_code.h (#112613)
authorVictor Stinner <vstinner@python.org>
Mon, 4 Dec 2023 10:42:58 +0000 (11:42 +0100)
committerGitHub <noreply@github.com>
Mon, 4 Dec 2023 10:42:58 +0000 (11:42 +0100)
commita74902a14cdc0952abf7bfabcf529c9b132c5cce
tree714e7fa35a132ae2cf5bec72cd6db7813fbed57f
parentdee7beeb4f9d28fec945c8c495027cc22a512328
gh-106550: Fix sign conversion in pycore_code.h (#112613)

Fix sign conversion in pycore_code.h: use unsigned integers and cast
explicitly when needed.
Include/internal/pycore_code.h