closes bpo-34646: Remove PyAPI_* macros from declarations. (GH-9218)
This commit is contained in:
committed by
GitHub
parent
019f0a0cb8
commit
e502451781
@@ -5550,7 +5550,7 @@ assemble(struct compiler *c, int addNone)
|
||||
}
|
||||
|
||||
#undef PyAST_Compile
|
||||
PyAPI_FUNC(PyCodeObject *)
|
||||
PyCodeObject *
|
||||
PyAST_Compile(mod_ty mod, const char *filename, PyCompilerFlags *flags,
|
||||
PyArena *arena)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user