Skip to content

Commit b7efa8e

Browse files
Update AC
1 parent 7b71a56 commit b7efa8e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Modules/_remote_debugging/module.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1051,7 +1051,6 @@ get_gc_stats(RuntimeOffsets *offsets, bool all_interpreters)
10511051
}
10521052

10531053
/*[clinic input]
1054-
@permit_long_docstring_body
10551054
@critical_section
10561055
_remote_debugging.RemoteUnwinder.get_gc_stats
10571056
@@ -1084,7 +1083,7 @@ Returns a list of dictionaries with GC statistics data.
10841083
static PyObject *
10851084
_remote_debugging_RemoteUnwinder_get_gc_stats_impl(RemoteUnwinderObject *self,
10861085
int all_interpreters)
1087-
/*[clinic end generated code: output=ee2f7cb3e4ea7bc1 input=c025864b40478df2]*/
1086+
/*[clinic end generated code: output=ee2f7cb3e4ea7bc1 input=d471552ace480487]*/
10881087
{
10891088
RuntimeOffsets offsets = {
10901089
.handle = self->handle,

0 commit comments

Comments
 (0)