]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-136057: Allow step and next to step over for loops (GH-136160) (#141640)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 16 Nov 2025 22:22:11 +0000 (23:22 +0100)
committerGitHub <noreply@github.com>
Sun, 16 Nov 2025 22:22:11 +0000 (22:22 +0000)
commiteead7b43bc9a7d802b99f53e99fd59b1bfbdc3ad
tree33efdbafc9244f59ab856ab1164928071ed374f1
parent0d8fb0b8523769e24f249d19dab3781a10b50e8b
[3.14] gh-136057: Allow step and next to step over for loops (GH-136160) (#141640)

gh-136057: Allow step and next to step over for loops (GH-136160)
(cherry picked from commit 8be3b2f479431f670f2e81e41b52e698c0806289)

Co-authored-by: Tian Gao <gaogaotiantian@hotmail.com>
Lib/bdb.py
Lib/test/test_pdb.py
Misc/NEWS.d/next/Library/2025-07-01-04-57-57.gh-issue-136057.4-t596.rst [new file with mode: 0644]