Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
gh-129368: InPyRun
C API docs, clarify what a "start token" is#129935
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Conversation
ghost commentedFeb 10, 2025 • edited by ghost
Loading Uh oh!
There was an error while loading.Please reload this page.
edited by ghost
Uh oh!
There was an error while loading.Please reload this page.
@erlend-aasland could you please review this, thanks ! |
Doc/c-api/veryhigh.rst Outdated
@@ -183,7 +183,7 @@ the same library that the Python runtime is using. | |||
objects *globals* and *locals* with the compiler flags specified by | |||
*flags*. *globals* must be a dictionary; *locals* can be any object | |||
that implements the mapping protocol. The parameter *start* specifies | |||
the starttoken that should be used to parse the source code. | |||
the startsymbol that should be used to parse the source code. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Let's also provide a link toPy_eval_input
, so the user does not have to search through this page in order to find outwhat a "start symbol" is :)
PyRun
C API docs, clarify what a "start token" is
Uh oh!
There was an error while loading.Please reload this page.
fix for -#129368
📚 Documentation preview 📚:https://cpython-previews--129935.org.readthedocs.build/