Skip to content

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

Merged
brettcannon merged 1 commit into
python:masterfrom
brettcannon:dumb-dbm-warning
Mar 9, 2018
Merged

bpo-32758: Warn that dbm.dumb.open() can crash Python#6047
brettcannon merged 1 commit into
python:masterfrom
brettcannon:dumb-dbm-warning

Conversation

@brettcannon

@brettcannon brettcannon commented Mar 9, 2018

Copy link
Copy Markdown
Member

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
Copy Markdown
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
Copy Markdown

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