Fix comment in pycore_runtime.h (GH-110540)

This commit is contained in:
He Weidong 2024-02-02 03:27:53 +08:00 committed by GitHub
parent dc01b919c7
commit 97cc58f977
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -268,7 +268,7 @@ typedef struct pyruntimestate {
a pointer type. a pointer type.
*/ */
/* PyInterpreterState.interpreters.main */ /* _PyRuntimeState.interpreters.main */
PyInterpreterState _main_interpreter; PyInterpreterState _main_interpreter;
#if defined(__EMSCRIPTEN__) && defined(PY_CALL_TRAMPOLINE) #if defined(__EMSCRIPTEN__) && defined(PY_CALL_TRAMPOLINE)