]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix comment in pycore_runtime.h (GH-110540)
authorHe Weidong <67892702+zlhwdsz@users.noreply.github.com>
Thu, 1 Feb 2024 19:27:53 +0000 (03:27 +0800)
committerGitHub <noreply@github.com>
Thu, 1 Feb 2024 19:27:53 +0000 (19:27 +0000)
Include/internal/pycore_runtime.h

index 02ab22b967b38ff83188f281137800db313559ad..7c705d1224f915b46af3a59c891bd02946862b2c 100644 (file)
@@ -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)