]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.7] bpo-33041: Add missed error checks when compile "async for" (GH-6053) (GH-6060)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 10 Mar 2018 19:32:49 +0000 (11:32 -0800)
committerGitHub <noreply@github.com>
Sat, 10 Mar 2018 19:32:49 +0000 (11:32 -0800)
commitd0826340d96e0953793b86d0b8475d2f43a280b6
tree4d4170934470eed316c616e4d14fd4d73c3f71cd
parent017e9fda922a143ac9f1601cbde05e80214852d2
[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>
(cherry picked from commit 9e94c0d3c78d1bc582c865240ed9353fe9689b2a)

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