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-37072: Fix crash in PyAST_FromNodeObject() when flags is NULL #13634

Merged
merged 2 commits into from
May 28, 2019

Conversation

gvanrossum
Copy link
Member

@gvanrossum gvanrossum commented May 28, 2019

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

@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