1#ifndef Py_BLTINMODULE_H 2#define Py_BLTINMODULE_H 3#ifdef __cplusplus 4extern "C" { 5#endif 6 7PyAPI_DATA(PyTypeObject) PyFilter_Type; 8PyAPI_DATA(PyTypeObject) PyMap_Type; 9PyAPI_DATA(PyTypeObject) PyZip_Type; 10 11#ifdef __cplusplus 12} 13#endif 14#endif /* !Py_BLTINMODULE_H */ 15