]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-131591: Allow pdb to attach to a running process (#132451)
authorMatt Wozniski <mwozniski@bloomberg.net>
Fri, 25 Apr 2025 00:43:23 +0000 (20:43 -0400)
committerGitHub <noreply@github.com>
Fri, 25 Apr 2025 00:43:23 +0000 (01:43 +0100)
commit797b29b1b52a697010f64cdfdecd0c6aed22d3bd
tree44f3648d5b977418474bcd0f359aa71f2d9927f7
parent3a39e33ee48b3d6630288109ccd87172e8c5c631
gh-131591: Allow pdb to attach to a running process (#132451)

Co-authored-by: Pablo Galindo <pablogsal@gmail.com>
Doc/whatsnew/3.14.rst
Lib/pdb.py
Lib/test/test_pyclbr.py
Lib/test/test_remote_pdb.py [new file with mode: 0644]
Misc/NEWS.d/next/Library/2025-04-22-19-45-46.gh-issue-132451.eIzMvE.rst [new file with mode: 0644]