# Bug report ### Bug description: In `Modules/_remote_debugging_module.c` the `get_async_stack_trace` is missing part of the graph because it doesn't properly recurse over all tasks. ### CPython versions tested on: 3.14, 3.15 ### Operating systems tested on: Linux <!-- gh-linked-prs --> ### Linked PRs * gh-136483 * gh-136490 * gh-136494 * gh-136495 <!-- /gh-linked-prs -->
Bug report
Bug description:
In
Modules/_remote_debugging_module.ctheget_async_stack_traceis missing part of the graph because it doesn't properly recurse over all tasks.CPython versions tested on:
3.14, 3.15
Operating systems tested on:
Linux
Linked PRs