diff options
Diffstat (limited to 'Include')
-rw-r--r-- | Include/iterobject.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Include/iterobject.h b/Include/iterobject.h index f61726f..86abb25 100644 --- a/Include/iterobject.h +++ b/Include/iterobject.h @@ -18,6 +18,8 @@ PyAPI_FUNC(PyObject *) PySeqIter_New(PyObject *); PyAPI_FUNC(PyObject *) PyCallIter_New(PyObject *, PyObject *); +PyAPI_FUNC(PyObject *) _PyIter_GetBuiltin(const char *iter); + #ifdef __cplusplus } #endif |