]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-120254: Add a `commands` argument to `pdb.set_trace` (#120255)
authorTian Gao <gaogaotiantian@hotmail.com>
Tue, 24 Sep 2024 19:52:15 +0000 (12:52 -0700)
committerGitHub <noreply@github.com>
Tue, 24 Sep 2024 19:52:15 +0000 (12:52 -0700)
commitaf8403a58dbe45130400a133f756cbf53c5f1d7e
treed7155ab818e6df7448daab516b9140255cd3d6dd
parentfc9e6bf53d1c9ce2b5f802864e0da265a77c111f
gh-120254: Add a `commands` argument to `pdb.set_trace` (#120255)
Doc/library/pdb.rst
Lib/doctest.py
Lib/pdb.py
Lib/test/test_pdb.py
Misc/NEWS.d/next/Library/2024-06-08-03-29-01.gh-issue-120254.h682ke.rst [new file with mode: 0644]