Skip to content

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

Merged
gvanrossum merged 2 commits into
python:masterfrom
gvanrossum:fix-flags-null-crash
May 28, 2019
Merged

bpo-37072: Fix crash in PyAST_FromNodeObject() when flags is NULL#13634
gvanrossum merged 2 commits into
python:masterfrom
gvanrossum:fix-flags-null-crash

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