File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,9 @@ PyAPI_FUNC(wchar_t *) Py_GetProgramName(void);
2828PyAPI_FUNC (void ) Py_SetPythonHome (wchar_t * );
2929PyAPI_FUNC (wchar_t * ) Py_GetPythonHome (void );
3030
31+ PyAPI_FUNC (int ) Py_SetStandardStreamEncoding (const char * encoding ,
32+ const char * errors );
33+
3134PyAPI_FUNC (void ) Py_Initialize (void );
3235PyAPI_FUNC (void ) Py_InitializeEx (int );
3336#ifndef Py_LIMITED_API
@@ -38,8 +41,6 @@ PyAPI_FUNC(int) Py_IsInitialized(void);
3841PyAPI_FUNC (PyThreadState * ) Py_NewInterpreter (void );
3942PyAPI_FUNC (void ) Py_EndInterpreter (PyThreadState * );
4043
41- PyAPI_FUNC (int ) Py_SetStandardStreamEncoding (const char * encoding , const char * errors );
42-
4344#ifndef Py_LIMITED_API
4445PyAPI_FUNC (int ) PyRun_SimpleStringFlags (const char * , PyCompilerFlags * );
4546PyAPI_FUNC (int ) PyRun_AnyFileFlags (FILE * , const char * , PyCompilerFlags * );
You can’t perform that action at this time.
0 commit comments