Skip to content

Commit ba09801

Browse files
Zheaolipablogsal
andauthored
Update Modules/posixmodule.c
Co-authored-by: Pablo Galindo Salgado <[email protected]>
1 parent 4b7b1d3 commit ba09801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/posixmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,7 @@ PyOS_AfterFork_Parent(void)
677677
run_at_forkers(interp->after_forkers_parent, 0);
678678
}
679679

680-
void
680+
static void
681681
PyRemoteDebugCall_Reset(PyThreadState *tstate)
682682
{
683683
tstate->remote_debugger_support.debugger_pending_call = 0;

0 commit comments

Comments
 (0)