Patch #957398: Add public API for Generator Object/Type.
diff --git a/Misc/NEWS b/Misc/NEWS
index 2c5dfd9..33bfc43 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -497,6 +497,9 @@
 C API
 -----
 
+- New public functions PyEval_EvaluateFrame and PyGen_New to expose
+  generator objects.
+
 - New public functions Py_IncRef() and Py_DecRef(), exposing the
   functionality of the Py_XINCREF() and Py_XDECREF macros. Useful for
   runtime dynamic embedding of Python.  See patch #938302, by Bob