-
- Downloads
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.
Showing
- Include/ast.h 0 additions, 8 deletionsInclude/ast.h
- Include/internal/pycore_ast.h 25 additions, 0 deletionsInclude/internal/pycore_ast.h
- Makefile.pre.in 1 addition, 0 deletionsMakefile.pre.in
- PCbuild/pythoncore.vcxproj 1 addition, 0 deletionsPCbuild/pythoncore.vcxproj
- PCbuild/pythoncore.vcxproj.filters 3 additions, 0 deletionsPCbuild/pythoncore.vcxproj.filters
- Python/ast_opt.c 1 addition, 2 deletionsPython/ast_opt.c
- Python/compile.c 5 additions, 6 deletionsPython/compile.c
- Python/future.c 1 addition, 5 deletionsPython/future.c
Loading
Please register or sign in to comment