Skip to content

Commit 492e293

Browse files
author
guido
committed
Added PySys_SetPath.
git-svn-id: http://svn.python.org/projects/python/trunk@6053 6015fed2-1504-0410-9fe1-9d1591cc4771
1 parent 53d7b92 commit 492e293

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Include/sysmodule.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ int PySys_SetObject Py_PROTO((char *, PyObject *));
3535
FILE *PySys_GetFile Py_PROTO((char *, FILE *));
3636
void PySys_Init Py_PROTO((void));
3737
void PySys_SetArgv Py_PROTO((int, char **));
38+
void PySys_SetPath Py_PROTO((char *));
3839

3940
extern DL_IMPORT(PyObject *) _PySys_TraceFunc, *_PySys_ProfileFunc;
4041
extern DL_IMPORT(int) _PySys_CheckInterval;

0 commit comments

Comments
 (0)