We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86ec5c6 commit c515b57Copy full SHA for c515b57
Include/internal/pycore_initconfig.h
@@ -9,7 +9,7 @@ extern "C" {
9
#endif
10
11
/* Forward declaration */
12
-typedef struct pyruntimestate _PyRuntimeState;
+struct pyruntimestate;
13
14
/* --- PyStatus ----------------------------------------------- */
15
@@ -151,7 +151,7 @@ extern PyStatus _PyConfig_Copy(
151
const PyConfig *config2);
152
extern PyStatus _PyConfig_InitPathConfig(PyConfig *config);
153
extern void _PyConfig_Write(const PyConfig *config,
154
- _PyRuntimeState *runtime);
+ struct pyruntimestate *runtime);
155
extern PyStatus _PyConfig_SetPyArgv(
156
PyConfig *config,
157
const _PyArgv *args);
0 commit comments