Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-32758: Warn that dbm.dumb.open() can crash Python #6047

Merged
merged 1 commit into from
Mar 9, 2018

Conversation

brettcannon
Copy link
Member

@brettcannon brettcannon commented Mar 9, 2018

This is due to the use of ast.literal_eval().

https://bugs.python.org/issue32758

@brettcannon brettcannon added docs Documentation in the Doc dir skip news needs backport to 3.7 labels Mar 9, 2018
@brettcannon brettcannon self-assigned this Mar 9, 2018
@brettcannon brettcannon merged commit 10485eb into python:master Mar 9, 2018
@miss-islington
Copy link
Contributor

Thanks @brettcannon for the PR 🌮🎉.. I'm working now to backport this PR to: 3.7.
🐍🍒⛏🤖

@brettcannon brettcannon deleted the dumb-dbm-warning branch March 9, 2018 23:58
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Mar 9, 2018
(cherry picked from commit 10485eb)

Co-authored-by: Brett Cannon <brettcannon@users.noreply.github.com>
@bedevere-bot
Copy link

GH-6048 is a backport of this pull request to the 3.7 branch.

brettcannon added a commit that referenced this pull request Mar 10, 2018
(cherry picked from commit 10485eb)

Co-authored-by: Brett Cannon <brettcannon@users.noreply.github.com>
jo2y pushed a commit to jo2y/cpython that referenced this pull request Mar 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir skip news
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants