Documentation
I was advised to use function PyRun_String to retrieve information on complex Python constructs from C.
The doc at https://docs.python.org/3/c-api/veryhigh.html refers from PyRun_String to PyRun_StringFlags , where I am told "The parameter start specifies the start token that should be used to parse the source code."
What is a "start token" please?
Linked PRs
Documentation
I was advised to use function
PyRun_Stringto retrieve information on complex Python constructs from C.The doc at https://docs.python.org/3/c-api/veryhigh.html refers from
PyRun_StringtoPyRun_StringFlags, where I am told "The parameter start specifies the start token that should be used to parse the source code."What is a "start token" please?
Linked PRs
PyRunC API docs, clarify what a "start token" is #129935