https://github.com/python/cpython/commit/97cc58f9777ee8b8e91f4ca8726cdb9f79cf906c
commit: 97cc58f9777ee8b8e91f4ca8726cdb9f79cf906c
branch: main
author: He Weidong <[email protected]>
committer: serhiy-storchaka <[email protected]>
date: 2024-02-01T19:27:53Z
summary:
Fix comment in pycore_runtime.h (GH-110540)
files:
M Include/internal/pycore_runtime.h
diff --git a/Include/internal/pycore_runtime.h
b/Include/internal/pycore_runtime.h
index 02ab22b967b38f..7c705d1224f915 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)
_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]