{{ message }}
gh-100305: Deemphasize that ast.literal_eval is safe in eval documentation#100326
Merged
gpshead merged 6 commits intoApr 12, 2026
Merged
gh-100305: Deemphasize that ast.literal_eval is safe in eval documentation#100326gpshead merged 6 commits into
ast.literal_eval is safe in eval documentation#100326gpshead merged 6 commits into
Conversation
slateny
reviewed
Dec 20, 2022
ast.literal_eval is still referred to as safe by the documentation for eval
merwok
reviewed
Nov 17, 2025
|
This PR is stale because it has been open for 30 days with no activity. |
Sorry, something went wrong.
Co-authored-by: Éric <merwok@netwok.org>
gpshead
approved these changes
Apr 12, 2026
Hide details
View details
gpshead
merged commit
b3b0cef
into
python:main
Apr 12, 2026
34 checks passed
|
Thanks @ramvikrams for the PR, and @gpshead for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14. |
Sorry, something went wrong.
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this pull request
Apr 12, 2026
…` documentation (pythonGH-100326) (cherry picked from commit b3b0cef) Co-authored-by: Ram Vikram Singh <ramvikrams243@gmail.com> Co-authored-by: Éric <merwok@netwok.org>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this pull request
Apr 12, 2026
…` documentation (pythonGH-100326) (cherry picked from commit b3b0cef) Co-authored-by: Ram Vikram Singh <ramvikrams243@gmail.com> Co-authored-by: Éric <merwok@netwok.org>
ljfp
pushed a commit
to ljfp/cpython
that referenced
this pull request
Apr 25, 2026
…` documentation (python#100326) Co-authored-by: Éric <merwok@netwok.org>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.
gh-100305: Changed the doc referencing to
literal_evalin eval as it was misleading asliteral_evalwas said safe