mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
closes bpo-34646: Remove PyAPI_* macros from declarations. (GH-9218)
This commit is contained in:
parent
019f0a0cb8
commit
e502451781
13 changed files with 33 additions and 31 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue