]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Refactor code generators a bit (GH-128920)
authorMark Shannon <mark@hotpy.org>
Fri, 17 Jan 2025 16:59:30 +0000 (16:59 +0000)
committerGitHub <noreply@github.com>
Fri, 17 Jan 2025 16:59:30 +0000 (16:59 +0000)
commitb5558cd63c62855ed43d66a55907f9d4398134e3
tree0842bca4ad3042f8a5ac226105b78e25865959fc
parentd66c08aa757f221c0e8893300edac105dfcde7e8
Refactor code generators a bit (GH-128920)

Refactor code generators a bit to avoid passing stack property around all over the place
Tools/cases_generator/optimizer_generator.py
Tools/cases_generator/stack.py