Skip to content

Commit 344f32c

Browse files
Make AC happy
1 parent fd93679 commit 344f32c

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

Modules/_remote_debugging/clinic/module.c.h

Lines changed: 2 additions & 1 deletion
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1237,7 +1237,7 @@ Returns a list of GCStatsInfo objects with GC statistics data.
12371237
static PyObject *
12381238
_remote_debugging_GCMonitor_get_gc_stats_impl(GCMonitorObject *self,
12391239
int all_interpreters)
1240-
/*[clinic end generated code: output=f73f365725224f7a input=09e647719c65f9e4]*/
1240+
/*[clinic end generated code: output=f73f365725224f7a input=12f7c1a288cf2741]*/
12411241
{
12421242
RemoteDebuggingState *st = RemoteDebugging_GetStateFromType(Py_TYPE(self));
12431243
return get_gc_stats(&self->offsets, all_interpreters, st->GCStatsInfo_Type);

0 commit comments

Comments
 (0)