]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-88226: Emit TARGET labels in Python/ceval.c when debugging, even if computed gotos...
authorSkip Montanaro <skip.montanaro@gmail.com>
Tue, 22 Nov 2022 20:13:54 +0000 (14:13 -0600)
committerGitHub <noreply@github.com>
Tue, 22 Nov 2022 20:13:54 +0000 (22:13 +0200)
commitd4cf192826b4c3bc91ac0de573a3a2d85760f1dd
treeae73da3a1fdcb8d753f76aeafd66b83c9ff0b5bb
parent22d91c16bb03c3d87f53b5fee10325b876262a78
gh-88226: Emit TARGET labels in Python/ceval.c when debugging, even if computed gotos aren't enabled (GH-98265)

Keep target labels when debugging, but don't warn about lack of use.

Co-authored-by: Eryk Sun <eryksun@gmail.com>
Misc/NEWS.d/next/Build/2022-10-16-12-49-24.gh-issue-88226.BsnQ4k.rst [new file with mode: 0644]
Python/ceval.c