SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

72156 0 60 Python

bpo-43244: Add pycore_ast.h header file (GH-24908)

Move _PyAST_GetDocString() and _PyAST_ExprAsUnicode() functions the
internal C API: from Include/ast.h to a new
Include/internal/pycore_ast.h header file. Don't export these
functions anymore: replace PyAPI_FUNC() with extern.

Remove also unused includes.
V
Victor Stinner committed
526fdeb2278b61653df704d7cfcaedde504dee48
Parent: b4536e1
Committed by GitHub <noreply@github.com> on 3/17/2021, 10:50:50 PM