Skip to content

Fix incorrect docstring for get_all_awaited_by in _remote_debugging (GH-149302)#149312

Open
Shankarraospatil wants to merge 2 commits intopython:mainfrom
Shankarraospatil:fix-remote-debugging-docstring
Open

Fix incorrect docstring for get_all_awaited_by in _remote_debugging (GH-149302)#149312
Shankarraospatil wants to merge 2 commits intopython:mainfrom
Shankarraospatil:fix-remote-debugging-docstring

Conversation

@Shankarraospatil
Copy link
Copy Markdown

@Shankarraospatil Shankarraospatil commented May 3, 2026

The docstring for RemoteUnwinder.get_all_awaited_by incorrectly described
the return type as a list of [frames, task_name, subtasks].

This PR updates the docstring to reflect the actual return structure
(AwaitedInfo and TaskInfo) and replaces the outdated example.

@bedevere-app
Copy link
Copy Markdown

bedevere-app Bot commented May 3, 2026

Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool.

If this change has little impact on Python users, wait for a maintainer to apply the skip news label instead.

@python-cla-bot
Copy link
Copy Markdown

python-cla-bot Bot commented May 3, 2026

All commit authors signed the Contributor License Agreement.

CLA signed

@Shankarraospatil Shankarraospatil changed the title Fix incorrect docstring for get_all_awaited_by in _remote_debugging Fix incorrect docstring for get_all_awaited_by in _remote_debugging (GH-149302) May 3, 2026
@Shankarraospatil
Copy link
Copy Markdown
Author

Please add the "skip news" label, as this change only updates a docstring.

@bedevere-app
Copy link
Copy Markdown

bedevere-app Bot commented May 3, 2026

Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool.

If this change has little impact on Python users, wait for a maintainer to apply the skip news label instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant