summaryrefslogtreecommitdiffstats
path: root/Include/Python-ast.h
diff options
context:
space:
mode:
Diffstat (limited to 'Include/Python-ast.h')
-rw-r--r--Include/Python-ast.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Include/Python-ast.h b/Include/Python-ast.h
index 4dfaef8..3f07452 100644
--- a/Include/Python-ast.h
+++ b/Include/Python-ast.h
@@ -404,3 +404,4 @@ arguments_ty arguments(asdl_seq * args, identifier vararg, identifier kwarg,
keyword_ty keyword(identifier arg, expr_ty value, PyArena *arena);
alias_ty alias(identifier name, identifier asname, PyArena *arena);
+PyObject* PyAST_mod2obj(mod_ty t);