Skip to content
Prev Previous commit
Next Next commit
update comment
  • Loading branch information
WolframAlph committed May 4, 2025
commit 8a59650a38d49c5fed185315806490e3052bc116
1 change: 1 addition & 0 deletions Python/ast_preprocess.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* AST pre-processing */
#include "Python.h"
Comment thread
AA-Turner marked this conversation as resolved.
#include "pycore_ast.h" // _PyAST_GetDocString()
#include "pycore_c_array.h" // _Py_CArray_EnsureCapacity()
Expand Down
Loading