Staging
v0.5.1
Revision 315e104d11c36b9f4de0a125d639e834e06ed3e6 authored by Berker Peksag on 18 May 2015, 22:36:55 UTC, committed by Berker Peksag on 18 May 2015, 22:36:55 UTC
1 parent 2a8baed
Raw File
bltinmodule.h
#ifndef Py_BLTINMODULE_H
#define Py_BLTINMODULE_H
#ifdef __cplusplus
extern "C" {
#endif

PyAPI_DATA(PyTypeObject) PyFilter_Type;
PyAPI_DATA(PyTypeObject) PyMap_Type;
PyAPI_DATA(PyTypeObject) PyZip_Type;

#ifdef __cplusplus
}
#endif
#endif /* !Py_BLTINMODULE_H */
back to top