commit | 31668b8f7a3efc7b17511bb08525b28e8ff5f23a | [log] [tgz] |
---|---|---|
author | Kristján Valur Jónsson <kristjan@ccpgames.com> | Tue Apr 03 10:49:41 2012 +0000 |
committer | Kristján Valur Jónsson <kristjan@ccpgames.com> | Tue Apr 03 10:49:41 2012 +0000 |
tree | acc8d778b0135e0f345e94c3334d7c1eeb1dca0a | |
parent | 283b96b6bd974179b7f7f93f1c4631c3cc20c96d [diff] [blame] |
Issue #14288: Serialization support for builtin iterators.
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 *) PyCallIter_New(PyObject *, PyObject *); +PyAPI_FUNC(PyObject *) _PyIter_GetBuiltin(const char *iter); + #ifdef __cplusplus } #endif