bpo-43244: Remove Yield macro from pycore_ast.h (GH-25243)
* pycore_ast.h no longer defines the Yield macro. * Fix a compiler warning on Windows: "warning C4005: 'Yield': macro redefinition". * Python-ast.c now defines directly functions with their real _Py_xxx() name, rather than xxx(). * Remove "#undef Yield" in C files including pycore_ast.h.
V
Victor Stinner committed
d36d6a9c1808e87628ebaa855d4bec80130189f4
Parent: 67969f5
Committed by GitHub <noreply@github.com>
on 4/7/2021, 11:01:09 AM