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 0e14bdf commit e17b3c3Copy full SHA for e17b3c3
Doc/c-api/veryhigh.rst
@@ -183,7 +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 that should be used to parse the source code.
+ the start symbol (e.g., :c:data:`Py_eval_input`) that should be used to
187
+ parse the source code.
188
189
Returns the result of executing the code as a Python object, or ``NULL`` if an
190
exception was raised.
0 commit comments