mirror of
https://github.com/python/cpython.git
synced 2026-05-07 05:01:13 -04:00
526fdeb227
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