gh-131591: Allow pdb to attach to a running process (#132451)

Co-authored-by: Pablo Galindo <pablogsal@gmail.com>
This commit is contained in:
Matt Wozniski 2025-04-24 20:43:23 -04:00 committed by GitHub
parent 3a39e33ee4
commit 797b29b1b5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 1330 additions and 11 deletions

View file

@ -253,7 +253,8 @@ class PyclbrTest(TestCase):
cm(
'pdb',
# pyclbr does not handle elegantly `typing` or properties
ignore=('Union', '_ModuleTarget', '_ScriptTarget', '_ZipTarget', 'curframe_locals'),
ignore=('Union', '_ModuleTarget', '_ScriptTarget', '_ZipTarget', 'curframe_locals',
'_InteractState'),
)
cm('pydoc', ignore=('input', 'output',)) # properties