]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-115687: Most comparisons create Booleans, so propagate that information (GH-116360)
authorMark Shannon <mark@hotpy.org>
Wed, 6 Mar 2024 10:46:42 +0000 (10:46 +0000)
committerGitHub <noreply@github.com>
Wed, 6 Mar 2024 10:46:42 +0000 (10:46 +0000)
commit33c0aa3bb9b334593e27fe4b2b0fe912117a1ee1
treef6b571f51b67823a157102b2273ad0029c87ffc7
parent2b379968e554f9ce0832e84f5f8a85131a3be35e
GH-115687: Most comparisons create Booleans, so propagate that information (GH-116360)

Most comparisons create booleans
Python/optimizer_bytecodes.c
Python/optimizer_cases.c.h