We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b71a56 commit b7efa8eCopy full SHA for b7efa8e
1 file changed
Modules/_remote_debugging/module.c
@@ -1051,7 +1051,6 @@ get_gc_stats(RuntimeOffsets *offsets, bool all_interpreters)
1051
}
1052
1053
/*[clinic input]
1054
-@permit_long_docstring_body
1055
@critical_section
1056
_remote_debugging.RemoteUnwinder.get_gc_stats
1057
@@ -1084,7 +1083,7 @@ Returns a list of dictionaries with GC statistics data.
1084
1083
static PyObject *
1085
_remote_debugging_RemoteUnwinder_get_gc_stats_impl(RemoteUnwinderObject *self,
1086
int all_interpreters)
1087
-/*[clinic end generated code: output=ee2f7cb3e4ea7bc1 input=c025864b40478df2]*/
+/*[clinic end generated code: output=ee2f7cb3e4ea7bc1 input=d471552ace480487]*/
1088
{
1089
RuntimeOffsets offsets = {
1090
.handle = self->handle,
0 commit comments