mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Fix comment in pycore_runtime.h (GH-110540)
This commit is contained in:
parent
dc01b919c7
commit
97cc58f977
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue