Edit File by line
/home/barbar84/www/wp-conte.../plugins/sujqvwi/ExeBy/exe_root.../usr/include/python2....
File: iterobject.h
#ifndef Py_ITEROBJECT_H
[0] Fix | Delete
#define Py_ITEROBJECT_H
[1] Fix | Delete
/* Iterators (the basic kind, over a sequence) */
[2] Fix | Delete
#ifdef __cplusplus
[3] Fix | Delete
extern "C" {
[4] Fix | Delete
#endif
[5] Fix | Delete
[6] Fix | Delete
PyAPI_DATA(PyTypeObject) PySeqIter_Type;
[7] Fix | Delete
[8] Fix | Delete
#define PySeqIter_Check(op) (Py_TYPE(op) == &PySeqIter_Type)
[9] Fix | Delete
[10] Fix | Delete
PyAPI_FUNC(PyObject *) PySeqIter_New(PyObject *);
[11] Fix | Delete
[12] Fix | Delete
PyAPI_DATA(PyTypeObject) PyCallIter_Type;
[13] Fix | Delete
[14] Fix | Delete
#define PyCallIter_Check(op) (Py_TYPE(op) == &PyCallIter_Type)
[15] Fix | Delete
[16] Fix | Delete
PyAPI_FUNC(PyObject *) PyCallIter_New(PyObject *, PyObject *);
[17] Fix | Delete
#ifdef __cplusplus
[18] Fix | Delete
}
[19] Fix | Delete
#endif
[20] Fix | Delete
#endif /* !Py_ITEROBJECT_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