]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-127411: Fix invalid conversion of load of TLBC array when compiled in C++ (#127466)
authormpage <mpage@meta.com>
Mon, 2 Dec 2024 18:13:30 +0000 (10:13 -0800)
committerGitHub <noreply@github.com>
Mon, 2 Dec 2024 18:13:30 +0000 (10:13 -0800)
commitc4303763dac4494300e299e54c079a4a11931a55
tree07e7f8ba1956f133c510dcc0b17ff600114dcd1a
parentc46acd3588864e97d0e0fe37a41aa5e94ac7af51
gh-127411: Fix invalid conversion of load of TLBC array when compiled in C++ (#127466)

Cast the result of the load to the correct type
Include/internal/pycore_code.h
Include/internal/pycore_frame.h