Skip to content

Commit 7f9ef37

Browse files
Regenerate Argument Clinic output after docstring fix
1 parent 1abe453 commit 7f9ef37

2 files changed

Lines changed: 28 additions & 26 deletions

File tree

Modules/_remote_debugging/clinic/module.c.h

Lines changed: 25 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Modules/_remote_debugging/module.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -718,11 +718,12 @@ _remote_debugging_RemoteUnwinder_get_stack_trace_impl(RemoteUnwinderObject *self
718718
}
719719

720720
/*[clinic input]
721-
@permit_long_summary
722721
@permit_long_docstring_body
723722
@critical_section
724723
_remote_debugging.RemoteUnwinder.get_all_awaited_by
725724
725+
Get awaited_by relationships for tasks in the remote process.
726+
726727
Returns:
727728
A list of AwaitedInfo objects, where each object contains:
728729
@@ -760,7 +761,7 @@ Example output:
760761

761762
static PyObject *
762763
_remote_debugging_RemoteUnwinder_get_all_awaited_by_impl(RemoteUnwinderObject *self)
763-
/*[clinic end generated code: output=6a49cd345e8aec53 input=307f754cbe38250c]*/
764+
/*[clinic end generated code: output=6a49cd345e8aec53 input=71432c74fb386a75]*/
764765
{
765766
if (ensure_async_debug_offsets(self) < 0) {
766767
return NULL;

0 commit comments

Comments
 (0)