Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

bpo-37072: Fix crash in PyAST_FromNodeObject() when flags is NULL#13634

Merged
gvanrossum merged 2 commits into
python:masterpython/cpython:masterfrom
gvanrossum:fix-flags-null-crashgvanrossum/cpython:fix-flags-null-crashCopy head branch name to clipboard
May 28, 2019
Merged

bpo-37072: Fix crash in PyAST_FromNodeObject() when flags is NULL#13634
gvanrossum merged 2 commits into
python:masterpython/cpython:masterfrom
gvanrossum:fix-flags-null-crashgvanrossum/cpython:fix-flags-null-crashCopy head branch name to clipboard

Conversation

@gvanrossum

@gvanrossum gvanrossum commented May 28, 2019

Copy link
Copy Markdown
Member

I'm confident that this fixes the reported crash. flags=NULL is treated as using the latest minor version.

https://bugs.python.org/issue37072

@gvanrossum

Copy link
Copy Markdown
Member Author

This is a one-line fix, I'm just going to merge it.

@gvanrossum gvanrossum merged commit 77f0ed7 into python:master May 28, 2019
@bedevere-bot

Copy link
Copy Markdown

@gvanrossum: Please replace # with GH- in the commit message next time. Thanks!

@gvanrossum gvanrossum deleted the fix-flags-null-crash branch May 28, 2019 23:45
DinoV pushed a commit to DinoV/cpython that referenced this pull request Jan 14, 2020
…thon#13634)

I'm confident that this fixes the reported crash. flags=NULL is treated as using the latest minor version.

https://bugs.python.org/issue37072
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.