]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-133926: pass commands via remote_pdb.set_trace instead of using remote_pdb.rcLines...
authorchanglehung(牧牛的铃铛) <61316604+Chang-LeHung@users.noreply.github.com>
Mon, 12 May 2025 19:11:36 +0000 (03:11 +0800)
committerGitHub <noreply@github.com>
Mon, 12 May 2025 19:11:36 +0000 (15:11 -0400)
commitae74e3f8636382efdac441c1bc6e69aa66694927
treed8afd212d99446364a167ae457ea874cc70044ea
parent86c1d439e0ccbe6baeda69322f1f8c0e6a80464c
gh-133926: pass commands via remote_pdb.set_trace instead of using remote_pdb.rcLines.extend (#133933)
Lib/pdb.py