Staging
v0.8.1
Revision fa96608513b6eafe48777f1a5504134939dcbebc authored by Pablo Galindo on 17 November 2020, 18:13:50 UTC, committed by GitHub on 17 November 2020, 18:13:50 UTC
1 parent cda23be
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