From: He Weidong <67892702+zlhwdsz@users.noreply.github.com> Date: Thu, 1 Feb 2024 19:27:53 +0000 (+0800) Subject: Fix comment in pycore_runtime.h (GH-110540) X-Git-Tag: v3.13.0a4~208 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=97cc58f9777ee8b8e91f4ca8726cdb9f79cf906c;p=thirdparty%2FPython%2Fcpython.git Fix comment in pycore_runtime.h (GH-110540) --- diff --git a/Include/internal/pycore_runtime.h b/Include/internal/pycore_runtime.h index 02ab22b967b3..7c705d1224f9 100644 --- a/Include/internal/pycore_runtime.h +++ b/Include/internal/pycore_runtime.h @@ -268,7 +268,7 @@ typedef struct pyruntimestate { a pointer type. */ - /* PyInterpreterState.interpreters.main */ + /* _PyRuntimeState.interpreters.main */ PyInterpreterState _main_interpreter; #if defined(__EMSCRIPTEN__) && defined(PY_CALL_TRAMPOLINE)