]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-130415: Narrow int to 0 based on boolean tests (GH-130772)
authorKlaus117 <keenanlau12@gmail.com>
Tue, 4 Mar 2025 20:44:09 +0000 (12:44 -0800)
committerGitHub <noreply@github.com>
Tue, 4 Mar 2025 20:44:09 +0000 (12:44 -0800)
commitc989e74446836ce8a00ae002d4c229c81e1f7905
tree9025e9d51c1e1dc0baf47cb0875cfdc7e6623c57
parente20e47dda67451d24e8b3f5784d64135abebf92f
GH-130415: Narrow int to 0 based on boolean tests (GH-130772)
Lib/test/test_capi/test_opt.py
Misc/ACKS
Misc/NEWS.d/next/Core_and_Builtins/2025-03-03-01-21-04.gh-issue-130415.ibOV6B.rst [new file with mode: 0644]
Python/optimizer_bytecodes.c
Python/optimizer_cases.c.h
Python/optimizer_symbols.c