diff options
author | Yury Selivanov <yselivanov@sprymix.com> | 2016-03-02 16:31:06 (GMT) |
---|---|---|
committer | Yury Selivanov <yselivanov@sprymix.com> | 2016-03-02 16:31:06 (GMT) |
commit | d2dc15b26b03c03df664641fce544efa05588945 (patch) | |
tree | 1c30c4931ee089b9c8049224e20e3422136556cf /Include | |
parent | 5604446b3b0b127755aa93f13c49830eba43285d (diff) | |
parent | c724bae51cd0580cd493f319f3b14c2e1a28f3b6 (diff) | |
download | cpython-d2dc15b26b03c03df664641fce544efa05588945.zip cpython-d2dc15b26b03c03df664641fce544efa05588945.tar.gz cpython-d2dc15b26b03c03df664641fce544efa05588945.tar.bz2 |
Merge 3.5 (issue #25888)
Diffstat (limited to 'Include')
-rw-r--r-- | Include/genobject.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Include/genobject.h b/Include/genobject.h index 4c71861..30cb023 100644 --- a/Include/genobject.h +++ b/Include/genobject.h @@ -43,6 +43,7 @@ PyAPI_FUNC(PyObject *) PyGen_NewWithQualName(struct _frame *, PyAPI_FUNC(int) PyGen_NeedsFinalizing(PyGenObject *); PyAPI_FUNC(int) _PyGen_FetchStopIterationValue(PyObject **); PyObject *_PyGen_Send(PyGenObject *, PyObject *); +PyObject *_PyGen_yf(PyGenObject *); PyAPI_FUNC(void) _PyGen_Finalize(PyObject *self); #ifndef Py_LIMITED_API |