commit | 5223ce2131a121201a78d0680302ea06c4a58369 | [log] [tgz] |
---|---|---|
author | Alexey Izbyshev <izbyshev@ispras.ru> | Wed Aug 22 14:46:51 2018 +0300 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Wed Aug 22 14:46:51 2018 +0300 |
tree | 2d611aaeb52aceeef24c60cb7a76363bd23e1088 | |
parent | eb9a1c01d07309006ef5544da62ba813685bd098 [diff] |
[2.7] bpo-34457: Python/ast.c: Add missing NULL check to alias_for_import_name(). (GH-8852) (GH-8858) Reported by Svace static analyzer. (cherry picked from commit 28853a249b1d0c890b7e9ca345290bb8c1756446) Co-authored-by: Alexey Izbyshev <izbyshev@ispras.ru>