]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-124285: Fix bug where bool() is called multiple times for the same part of a boole...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Wed, 25 Sep 2024 14:51:25 +0000 (15:51 +0100)
committerGitHub <noreply@github.com>
Wed, 25 Sep 2024 14:51:25 +0000 (15:51 +0100)
commit78aeb38f7d880a340295214abc4f7e77ffdad509
tree8944d52302e56f98bef775d2599c6eee3c4db3b6
parentc58c572a65eb5b93d054e779df289e975a0b9864
gh-124285: Fix bug where bool() is called multiple times for the same part of a boolean expression (#124394)
14 files changed:
Doc/library/dis.rst
Include/internal/pycore_magic_number.h
Include/internal/pycore_opcode_metadata.h
Include/opcode_ids.h
Lib/_opcode_metadata.py
Lib/test/test_compile.py
Lib/test/test_generated_cases.py
Misc/NEWS.d/next/Core and Builtins/2024-09-23-23-06-19.gh-issue-124285.mahGTg.rst [new file with mode: 0644]
Python/bytecodes.c
Python/codegen.c
Python/flowgraph.c
Tools/cases_generator/analyzer.py
Tools/cases_generator/opcode_metadata_generator.py
Tools/cases_generator/parsing.py