diff options
author | Victor Stinner <vstinner@python.org> | 2021-04-07 13:01:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-07 13:01:09 +0200 |
commit | d36d6a9c1808e87628ebaa855d4bec80130189f4 (patch) | |
tree | 2b4633ff2e80878f75abad58d8a768a14160b1fc /Python/getcopyright.c | |
parent | 67969f5eb80844b68005181fd887bcf94c01fb40 (diff) | |
download | cpython-git-d36d6a9c1808e87628ebaa855d4bec80130189f4.tar.gz |
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.
Diffstat (limited to 'Python/getcopyright.c')
0 files changed, 0 insertions, 0 deletions