]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-125039: Make `this_instr`/`prev_instr` const in cases generator (GH-125071)
authorTomas R. <tomas.roun8@gmail.com>
Wed, 9 Oct 2024 12:54:39 +0000 (14:54 +0200)
committerGitHub <noreply@github.com>
Wed, 9 Oct 2024 12:54:39 +0000 (13:54 +0100)
commit6b533a659bc8df04daa194d827604dcae14d5801
tree8f5cfde281d1dbf7aed0e05b2348982e8ca966e3
parent3024b16d51bb7f74177c5a5038cc9a56fd2b26bd
gh-125039: Make `this_instr`/`prev_instr` const in cases generator (GH-125071)
Lib/test/test_generated_cases.py
Misc/NEWS.d/next/Core_and_Builtins/2024-10-07-23-33-18.gh-issue-125039.MKTyNI.rst [new file with mode: 0644]
Python/generated_cases.c.h
Tools/cases_generator/tier1_generator.py