]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-121468: Add current asyncio task as a convenience variable in pdb (#124367)
authorTian Gao <gaogaotiantian@hotmail.com>
Fri, 14 Mar 2025 18:46:26 +0000 (14:46 -0400)
committerGitHub <noreply@github.com>
Fri, 14 Mar 2025 18:46:26 +0000 (14:46 -0400)
commit27fc62cf4f6a9bbb4698299f02b8a519cbefdf53
tree3561d605a80645e696ae37a9ce09084e6b15f234
parentc107b15ab885fe976b76b97f5af984804b4096af
gh-121468: Add current asyncio task as a convenience variable in pdb (#124367)
Doc/library/pdb.rst
Doc/whatsnew/3.14.rst
Lib/pdb.py
Lib/test/test_pdb.py
Misc/NEWS.d/next/Library/2025-03-11-21-52-33.gh-issue-121468.WsEP02.rst [new file with mode: 0644]