]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-126612: Include stack effects of uops when computing maximum stack depth (#126894)
authormpage <mpage@meta.com>
Tue, 26 Nov 2024 00:53:49 +0000 (16:53 -0800)
committerGitHub <noreply@github.com>
Tue, 26 Nov 2024 00:53:49 +0000 (00:53 +0000)
commit193890c1ccab4b398a218c6c8e91831477aa2ebb
tree28dc52defa3f5059b964dbcd3657dec47f88d2dd
parent26ff32b30553e1f7b0cc822835ad2da8890c180c
gh-126612: Include stack effects of uops when computing maximum stack depth (#126894)
Include/internal/pycore_opcode_metadata.h
Lib/test/test_generated_cases.py
Python/flowgraph.c
Tools/cases_generator/opcode_metadata_generator.py
Tools/cases_generator/stack.py