mirror of
https://github.com/python/cpython.git
synced 2025-07-23 03:05:38 +00:00
gh-131591: Allow pdb to attach to a running process (#132451)
Co-authored-by: Pablo Galindo <pablogsal@gmail.com>
This commit is contained in:
parent
3a39e33ee4
commit
797b29b1b5
5 changed files with 1330 additions and 11 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue