Changeset 391 for python/trunk/Include/sysmodule.h
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/Include/sysmodule.h
r2 r391 12 12 PyAPI_FUNC(FILE *) PySys_GetFile(char *, FILE *); 13 13 PyAPI_FUNC(void) PySys_SetArgv(int, char **); 14 PyAPI_FUNC(void) PySys_SetArgvEx(int, char **, int); 14 15 PyAPI_FUNC(void) PySys_SetPath(char *); 15 16 … … 18 19 PyAPI_FUNC(void) PySys_WriteStderr(const char *format, ...) 19 20 Py_GCC_ATTRIBUTE((format(printf, 1, 2))); 20 21 PyAPI_DATA(PyObject *) _PySys_TraceFunc, *_PySys_ProfileFunc;22 PyAPI_DATA(int) _PySys_CheckInterval;23 21 24 22 PyAPI_FUNC(void) PySys_ResetWarnOptions(void);
Note:
See TracChangeset
for help on using the changeset viewer.