GH-122155: Track local variables between pops and pushes in cases gen… · python/cpython@a9d56e3 · GitHub
Skip to content

Commit a9d56e3

Browse files
authored
GH-122155: Track local variables between pops and pushes in cases generator (GH-122286)
1 parent 46f5a4f commit a9d56e3

13 files changed

Lines changed: 463 additions & 159 deletions

Include/internal/pycore_opcode_metadata.h

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Lib/test/test_generated_cases.py

Lines changed: 57 additions & 8 deletions

Python/bytecodes.c

Lines changed: 4 additions & 5 deletions

Python/executor_cases.c.h

Lines changed: 8 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)