Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 33.9k
Closed
Labels
3.15new features, bugs and security fixesnew features, bugs and security fixesstdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytopic-asynciotype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
Bug report
Bug description:
Since GH-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_entry if 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_entry if 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
3.15new features, bugs and security fixesnew features, bugs and security fixesstdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytopic-asynciotype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Projects
Status
Done