]> granicus.if.org Git - python/commit
bpo-36332: Allow compile() to handle AST objects with assignment expressions (GH...
authorPablo Galindo <Pablogsal@gmail.com>
Mon, 18 Mar 2019 13:51:53 +0000 (13:51 +0000)
committerGitHub <noreply@github.com>
Mon, 18 Mar 2019 13:51:53 +0000 (13:51 +0000)
commit0c9258a6d299e0484538ef8d4b23f30515283db2
tree0f38434d24356b79691c3fe31206b5cc0b7e701b
parent2ddc7f6d6223840c9971b36b30da4b3371d6e52b
bpo-36332: Allow compile() to handle AST objects with assignment expressions (GH-12398)
Lib/test/test_ast.py
Misc/NEWS.d/next/Core and Builtins/2019-03-18-09-27-54.bpo-36332.yEC-Vz.rst [new file with mode: 0644]
Python/ast.c