mirror of
https://github.com/python/cpython.git
synced 2026-01-27 05:05:50 +00:00
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.
Miscellaneous source files for the main Python shared library