]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-96678: Fix undefined behavior in ceval.c (GH-96708)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 10 Sep 2022 13:58:45 +0000 (06:58 -0700)
committerGitHub <noreply@github.com>
Sat, 10 Sep 2022 13:58:45 +0000 (06:58 -0700)
commit7033dc8adc10fcb7e8d2334e28dc8074a633917c
tree8b191bb168e053b153db483545e9730f6fa39f31
parentc563b892618d1859ce0191c2e8097df4b3469f9a
GH-96678: Fix undefined behavior in ceval.c (GH-96708)

(cherry picked from commit 50a70a083d34305a52fac4f5901bff2ead152d68)

Co-authored-by: Mark Shannon <mark@hotpy.org>
Misc/NEWS.d/next/Core and Builtins/2022-09-09-13-13-27.gh-issue-96678.vMxi9F.rst [new file with mode: 0644]
Python/ceval.c