Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork34k
Closed
Description
Bug report
Bug description:
SinceGH-142394 the asyncio debugging tools no longer work at all:
❯ ./python t.py^Z[1]+ Stopped ./python t.py❯jobs -l[1]+ 873785 Stopped ./python t.py❯ ./python -m asyncio ps 873785|& tail -n 10 File"/home/bswck/Python/cpython/main/Lib/asyncio/tools.py", line 180,in build_task_table id2name, _, _ = _index(result)~~~~~~^^^^^^^^ File"/home/bswck/Python/cpython/main/Lib/asyncio/tools.py", line 49,in _index internal_stack = [_format_stack_entry(frame)forframein call_stack]~~~~~~~~~~~~~~~~~~~^^^^^^^ File"/home/bswck/Python/cpython/main/Lib/asyncio/tools.py", line 30,in _format_stack_entryif elem.lineno == 0 and elem.filename =="": ^^^^^^^^^^^AttributeError:'_remote_debugging.FrameInfo' object has no attribute'lineno'❯ ./python -m asyncio pstree 873785|& tail -n 10 File"/home/bswck/Python/cpython/main/Lib/asyncio/tools.py", line 155,in build_async_tree id2name, awaits, task_stacks = _index(result)~~~~~~^^^^^^^^ File"/home/bswck/Python/cpython/main/Lib/asyncio/tools.py", line 49,in _index internal_stack = [_format_stack_entry(frame)forframein call_stack]~~~~~~~~~~~~~~~~~~~^^^^^^^ File"/home/bswck/Python/cpython/main/Lib/asyncio/tools.py", line 30,in _format_stack_entryif elem.lineno == 0 and elem.filename =="": ^^^^^^^^^^^AttributeError:'_remote_debugging.FrameInfo' object has no attribute'lineno'
CPython versions tested on:
CPython main branch
Operating systems tested on:
No response
Linked PRs
Metadata
Metadata
Assignees
Labels
Projects
Status
Done