| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
| environment where :func:`eval` is called. If only the *globals* argument is | ||
| provided, the local namespace defaults to *globals*. | ||
|
|
||
| Before evaluation, the special key ``"__builtins__"`` is searched for in the |
There was a problem hiding this comment.
Not too certain about quoting the key, and perhaps it could be non-literal and just "builtins" instead, but I'll defer judgement here.
Sorry, something went wrong.
Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
✅ Deploy Preview for python-cpython-preview ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
Sorry, something went wrong.
|
This has been superseded by #119235 and its follow-ups (the exec/eval docs have also been more generally updated for PEP 667, hence the conflicts on this PR) Thanks for the efforts here, even though they ultimately weren't merged. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Clone of the eval section of #25039 with conflicts fixed and some changes in phrasing, but wording kept mostly the same.
See this for discussion on 'condition list' and why it was changed to 'expression input'.
https://docs.python.org/dev/library/functions.html#eval
Co-authored-by: Cong Ma cong.ma@obspm.fr