Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Prev Previous commit
Next Next commit
Only define the static function --with-pydebug
  • Loading branch information
ambv committed Oct 13, 2023
commit bebb594697228f2405999c670e66ad825ae440bf
2 changes: 2 additions & 0 deletions Python/pylifecycle.c
Original file line number Diff line number Diff line change
Expand Up @@ -1076,6 +1076,7 @@ pyinit_main_reconfigure(PyThreadState *tstate)
}


#ifdef Py_DEBUG
static void
run_presite(PyThreadState *tstate)
{
Expand All @@ -1102,6 +1103,7 @@ run_presite(PyThreadState *tstate)
}
}
Comment thread
ambv marked this conversation as resolved.
}
#endif


static PyStatus
Expand Down