]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Support TYPE_COMMENT in ast.c for all nodes that need it
authorGuido van Rossum <guido@python.org>
Tue, 22 Jan 2019 02:15:39 +0000 (18:15 -0800)
committerGuido van Rossum <guido@python.org>
Tue, 22 Jan 2019 17:18:29 +0000 (09:18 -0800)
commitd273d6746aec19a666008afd5c1b4c2cd35807a4
treebc57c7b69bb415f07182099140963a66efe8f363
parent3d19dbb39e10d84780f2fb6ec171dfc7b3f82a7a
Support TYPE_COMMENT in ast.c for all nodes that need it

This works, it just needs tests
Python/ast.c