]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix debug output for optimized executor (#116337)
authorGuido van Rossum <guido@python.org>
Tue, 5 Mar 2024 18:05:29 +0000 (10:05 -0800)
committerGitHub <noreply@github.com>
Tue, 5 Mar 2024 18:05:29 +0000 (10:05 -0800)
commitd444dec09ae05150f0d339a060fca23990d4834e
tree326715795483751d8baec7296a66c33a0bb6964b
parente7ba6e9dbe5433b4a0bcb0658da6a68197c28630
Fix debug output for optimized executor (#116337)

This adjusts `length` rather than using `length+1`
all over the place.
Python/optimizer.c