]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-123044: Give the `POP_TOP` after a case test a location in the body, not the patte...
authorMark Shannon <mark@hotpy.org>
Mon, 10 Mar 2025 17:31:16 +0000 (17:31 +0000)
committerGitHub <noreply@github.com>
Mon, 10 Mar 2025 17:31:16 +0000 (17:31 +0000)
commitbe046ee6e06d3eea5f249c524861b76df6c9f003
tree091f8f66f0c7439a0d41821d40d2d56bd18fc2ec
parent91d6db7ee0006860a93d96c4c8bc58bfd8a38f6b
GH-123044: Give the `POP_TOP` after a case test a location in the body, not the pattern. (GH-130627)
Include/internal/pycore_symtable.h
Lib/test/test_monitoring.py
Misc/NEWS.d/next/Core_and_Builtins/2025-02-27-10-47-09.gh-issue-123044.8182Un.rst [new file with mode: 0644]
Python/assemble.c
Python/codegen.c
Python/flowgraph.c