-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
Closed
Labels
extension-modulesC modules in the Modules dirC modules in the Modules dirtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
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
Linked PRs
- gh-136476: Show the full stack in get_async_stack_trace in _remote_debugging #136483
- [3.14] gh-136476: Show the full stack in get_async_stack_trace in _remote_debugging (GH-136483) #136490
- gh-136476: Remove creation of unused list #136494
- [3.14] gh-136476: Remove creation of unused list (GH-136494) #136495
Metadata
Metadata
Assignees
Labels
extension-modulesC modules in the Modules dirC modules in the Modules dirtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error