]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-106581: Support multiple uops pushing new values (#108895)
authorGuido van Rossum <guido@python.org>
Tue, 5 Sep 2023 20:58:39 +0000 (13:58 -0700)
committerGitHub <noreply@github.com>
Tue, 5 Sep 2023 20:58:39 +0000 (13:58 -0700)
commitb87263be9b82f778317c2bdf45ecd2ff23d0ba1b
treea997323d141248b6d8c086dfb8cc2505de1b2886
parent2c4c26c4ce4bb94200ff3c9b5a0f4c75eed96f31
gh-106581: Support multiple uops pushing new values (#108895)

Also avoid the need for the awkward .clone() call in the argument
to mgr.adjust_inverse() and mgr.adjust().
Lib/test/test_generated_cases.py
Tools/cases_generator/stacking.py