]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-33691: Add _PyAST_GetDocString(). (GH-7236)
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 30 May 2018 07:56:16 +0000 (10:56 +0300)
committerGitHub <noreply@github.com>
Wed, 30 May 2018 07:56:16 +0000 (10:56 +0300)
commit143ce5c6db77a0b9d451b8463dee6752358a9ea4
tree06447cc4461c71aa7163c1b844e1a48ec266539c
parente9537ad6a128924dd610bea2268065500c174181
bpo-33691: Add _PyAST_GetDocString(). (GH-7236)
Include/ast.h
Python/ast.c
Python/ast_opt.c
Python/compile.c
Python/future.c