cpython/Parser
Serhiy Storchaka d5e7556e52
bpo-33645: Fix an "unknown parsing error" in the parser. (GH-7119)
It is reproduced when parse the "<>" operator and run
Python with both options -3 and -We.
2018-05-31 07:35:39 +03:00
..
Python.asdl
acceler.c
asdl.py Fix incomplete format error in asdl.py 2016-09-24 05:35:15 +00:00
asdl_c.py Fix a shadow-compatible-local warning (#2182) 2017-08-04 10:54:27 -07:00
bitset.c
firstsets.c
grammar.c
grammar1.c
intrcheck.c reinit the TLS before anything else (#130) 2017-02-20 23:43:15 -08:00
listnode.c
metagrammar.c
myreadline.c
node.c
parser.c
parser.h
parsetok.c
pgen.c Silenced compiler warnings. 2016-10-08 09:58:08 +03:00
pgenmain.c
printgrammar.c
spark.py
tokenizer.c bpo-33645: Fix an "unknown parsing error" in the parser. (GH-7119) 2018-05-31 07:35:39 +03:00
tokenizer.h
tokenizer_pgen.c