-
-
Notifications
You must be signed in to change notification settings - Fork 31.4k
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-34457: Python/ast.c: Add missing NULL check to alias_for_import_n… #8852
Conversation
…ame() Reported by Svace static analyzer.
Thanks @izbyshev for the PR, and @serhiy-storchaka for merging it 🌮🎉.. I'm working now to backport this PR to: 2.7, 3.6, 3.7. |
…ame(). (pythonGH-8852) Reported by Svace static analyzer. (cherry picked from commit 28853a2) Co-authored-by: Alexey Izbyshev <izbyshev@ispras.ru>
GH-8855 is a backport of this pull request to the 3.7 branch. |
…ame(). (pythonGH-8852) Reported by Svace static analyzer. (cherry picked from commit 28853a2) Co-authored-by: Alexey Izbyshev <izbyshev@ispras.ru>
GH-8856 is a backport of this pull request to the 3.6 branch. |
Sorry, @izbyshev and @serhiy-storchaka, I could not cleanly backport this to |
…port_name(). (pythonGH-8852) Reported by Svace static analyzer.. (cherry picked from commit 28853a2) Co-authored-by: Alexey Izbyshev <izbyshev@ispras.ru>
GH-8858 is a backport of this pull request to the 2.7 branch. |
…ame()
Reported by Svace static analyzer.
https://bugs.python.org/issue34457