]> granicus.if.org Git - python/commit
[3.7] bpo-33041: Add missed error checks when compile "async for" (GH-6053) (GH-6060)
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 10 Mar 2018 18:45:05 +0000 (20:45 +0200)
committerGitHub <noreply@github.com>
Sat, 10 Mar 2018 18:45:05 +0000 (20:45 +0200)
commit9e94c0d3c78d1bc582c865240ed9353fe9689b2a
tree3078b7259e1dfd601fb08099b8dd8589c8d71f45
parentbf0d1165174e8347b4d3a731c4e47e8288f1d01b
[3.7] bpo-33041: Add missed error checks when compile "async for" (GH-6053) (GH-6060)

and remove redundant code.
(cherry picked from commit 67ee07795bcd84b679c000780212d4d81a1490a3)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Python/compile.c