Edit File by line
/home/barbar84/www/wp-conte.../plugins/sujqvwi/ExeBy/exe_root.../usr/include/python2....
File: warnings.h
#ifndef Py_WARNINGS_H
[0] Fix | Delete
#define Py_WARNINGS_H
[1] Fix | Delete
#ifdef __cplusplus
[2] Fix | Delete
extern "C" {
[3] Fix | Delete
#endif
[4] Fix | Delete
[5] Fix | Delete
PyAPI_FUNC(void) _PyWarnings_Init(void);
[6] Fix | Delete
[7] Fix | Delete
PyAPI_FUNC(int) PyErr_WarnEx(PyObject *, const char *, Py_ssize_t);
[8] Fix | Delete
PyAPI_FUNC(int) PyErr_WarnExplicit(PyObject *, const char *, const char *, int,
[9] Fix | Delete
const char *, PyObject *);
[10] Fix | Delete
[11] Fix | Delete
#define PyErr_WarnPy3k(msg, stacklevel) \
[12] Fix | Delete
(Py_Py3kWarningFlag ? PyErr_WarnEx(PyExc_DeprecationWarning, msg, stacklevel) : 0)
[13] Fix | Delete
[14] Fix | Delete
/* DEPRECATED: Use PyErr_WarnEx() instead. */
[15] Fix | Delete
#define PyErr_Warn(category, msg) PyErr_WarnEx(category, msg, 1)
[16] Fix | Delete
[17] Fix | Delete
#ifdef __cplusplus
[18] Fix | Delete
}
[19] Fix | Delete
#endif
[20] Fix | Delete
#endif /* !Py_WARNINGS_H */
[21] Fix | Delete
[22] Fix | Delete
[23] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function