mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Issue #1783: Remove declarations of nonexistent private variables.
This commit is contained in:
parent
139e445270
commit
f39d52f8cb
1 changed files with 0 additions and 3 deletions
|
@ -19,9 +19,6 @@ PyAPI_FUNC(void) PySys_WriteStdout(const char *format, ...)
|
|||
PyAPI_FUNC(void) PySys_WriteStderr(const char *format, ...)
|
||||
Py_GCC_ATTRIBUTE((format(printf, 1, 2)));
|
||||
|
||||
PyAPI_DATA(PyObject *) _PySys_TraceFunc, *_PySys_ProfileFunc;
|
||||
PyAPI_DATA(int) _PySys_CheckInterval;
|
||||
|
||||
PyAPI_FUNC(void) PySys_ResetWarnOptions(void);
|
||||
PyAPI_FUNC(void) PySys_AddWarnOption(char *);
|
||||
PyAPI_FUNC(int) PySys_HasWarnOptions(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue