0
0
mirror of https://github.com/python/cpython.git synced 2024-11-24 00:38:00 +01:00
cpython/Parser
Victor Stinner 3bb183d7fb
bpo-35177, Python-ast.h: Fix "Yield" compiler warning (GH-10664)
Partially revert commit 5f2df88b63:
add "#undef Yield" to .c files after including Python-ast.h.

Fix the warning:

    winbase.h(102): warning C4005: 'Yield': macro redefinition
2018-11-22 18:38:38 +01:00
..
acceler.c
asdl_c.py bpo-35177, Python-ast.h: Fix "Yield" compiler warning (GH-10664) 2018-11-22 18:38:38 +01:00
asdl.py
bitset.c
firstsets.c
grammar1.c
grammar.c
listnode.c
metagrammar.c
myreadline.c bpo-35081: Rename internal headers (GH-10275) 2018-11-12 16:53:38 +01:00
node.c
parser.c
parser.h
parsetok_pgen.c
parsetok.c bpo-34683: Make SyntaxError column offsets consistently 1-indexed (gh-9338) 2018-09-24 14:12:49 -07:00
pgen.c
pgenmain.c bpo-35081: Rename internal headers (GH-10275) 2018-11-12 16:53:38 +01:00
printgrammar.c
Python.asdl bpo-32892: Use ast.Constant instead of specific constant AST types. (GH-9445) 2018-09-27 17:42:37 +03:00
tokenizer_pgen.c
tokenizer.c
tokenizer.h