mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
Add declarations for PySys_ResetWarnOptions() and
PySys_AddWarnOption().
This commit is contained in:
parent
47f5fdc114
commit
429b41e5ae
1 changed files with 3 additions and 0 deletions
|
|
@ -19,6 +19,9 @@ DL_IMPORT(void) PySys_WriteStderr(const char *format, ...);
|
|||
extern DL_IMPORT(PyObject *) _PySys_TraceFunc, *_PySys_ProfileFunc;
|
||||
extern DL_IMPORT(int) _PySys_CheckInterval;
|
||||
|
||||
DL_IMPORT(void) PySys_ResetWarnOptions(void);
|
||||
DL_IMPORT(void) PySys_AddWarnOption(char *);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue