]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix assert in ast_for_suite() -- n can be a func_body_suite too now
authorGuido van Rossum <guido@python.org>
Wed, 23 Jan 2019 19:18:37 +0000 (11:18 -0800)
committerGuido van Rossum <guido@python.org>
Wed, 23 Jan 2019 19:18:37 +0000 (11:18 -0800)
commit567f34132194ef45e90aa8b440a5c89bebc84f2c
tree68c7fdac7e27619d55bb76815980efac681d6f62
parent6d1f1de6e6c14a9a505c1cb6ff69c102d047b16a
Fix assert in ast_for_suite() -- n can be a func_body_suite too now
Python/ast.c