]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-106008: Make implicit boolean conversions explicit (GH-106003)
authorBrandt Bucher <brandtbucher@microsoft.com>
Thu, 29 Jun 2023 20:49:54 +0000 (13:49 -0700)
committerGitHub <noreply@github.com>
Thu, 29 Jun 2023 20:49:54 +0000 (13:49 -0700)
commit7b2d94d87513967b357c658c6e7e1b8c8d02487d
treebdd79e2c20b235f3d4c1272c8c8e2f1880bfb129
parent6e9f83d9aee34192de5d0ef7285be23514911ccd
GH-106008: Make implicit boolean conversions explicit (GH-106003)
20 files changed:
.gitattributes
Doc/library/dis.rst
Include/internal/pycore_code.h
Include/internal/pycore_opcode.h
Include/opcode.h
Lib/_opcode_metadata.py
Lib/dis.py
Lib/importlib/_bootstrap_external.py
Lib/opcode.py
Lib/test/test_compiler_codegen.py
Lib/test/test_dis.py
Misc/NEWS.d/next/Core and Builtins/2023-06-22-17-37-35.gh-issue-106003.2Vc_Tw.rst [new file with mode: 0644]
Python/bytecodes.c
Python/compile.c
Python/executor_cases.c.h
Python/flowgraph.c
Python/generated_cases.c.h
Python/opcode_metadata.h
Python/opcode_targets.h
Python/specialize.c