mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Added PySys_SetPath.
This commit is contained in:
parent
b9d876020d
commit
4b0538c472
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ int PySys_SetObject Py_PROTO((char *, PyObject *));
|
|||
FILE *PySys_GetFile Py_PROTO((char *, FILE *));
|
||||
void PySys_Init Py_PROTO((void));
|
||||
void PySys_SetArgv Py_PROTO((int, char **));
|
||||
void PySys_SetPath Py_PROTO((char *));
|
||||
|
||||
extern DL_IMPORT(PyObject *) _PySys_TraceFunc, *_PySys_ProfileFunc;
|
||||
extern DL_IMPORT(int) _PySys_CheckInterval;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue