mirror of
https://github.com/python/cpython.git
synced 2026-01-27 05:05:50 +00:00
* 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.
Miscellaneous source files for the main Python shared library