]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-141982: Fix pdb can't set breakpoints on async functions (#141983)
authorLloydZ <35182391+cocolato@users.noreply.github.com>
Tue, 2 Dec 2025 07:40:02 +0000 (15:40 +0800)
committerGitHub <noreply@github.com>
Tue, 2 Dec 2025 07:40:02 +0000 (23:40 -0800)
commitfddc24e4c85467f14075e94fd0d23d928ceb535f
treeec49384ae94149259a85321d28ba35026fd499f1
parent2dc28eb8b0956f3ebc8ec9cedcb614fb7516e120
gh-141982: Fix pdb can't set breakpoints on async functions (#141983)

Co-authored-by: Tian Gao <gaogaotiantian@hotmail.com>
Lib/pdb.py
Lib/test/test_pdb.py
Misc/NEWS.d/next/Library/2025-11-30-04-28-30.gh-issue-141982.pxZct9.rst [new file with mode: 0644]