We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4fd16d commit 61babe0Copy full SHA for 61babe0
Doc/c-api/veryhigh.rst
@@ -183,8 +183,8 @@ the same library that the Python runtime is using.
183
objects *globals* and *locals* with the compiler flags specified by
184
*flags*. *globals* must be a dictionary; *locals* can be any object
185
that implements the mapping protocol. The parameter *start* specifies
186
- the start symbol (e.g., :c:data:`Py_eval_input`) that should be used to
187
- parse the source code.
+ the start symbol and must one of the following:
+ :c:data:`Py_eval_input`, :c:data:`Py_file_input`, or :c:data:`Py_single_input`.
188
189
Returns the result of executing the code as a Python object, or ``NULL`` if an
190
exception was raised.
0 commit comments