0
0
mirror of https://github.com/python/cpython.git synced 2024-11-27 23:47:29 +01:00
cpython/Parser
Serhiy Storchaka f320be77ff bpo-32571: Avoid raising unneeded AttributeError and silencing it in C code (GH-5222)
Add two new private APIs: _PyObject_LookupAttr() and _PyObject_LookupAttrId()
2018-01-25 17:49:40 +09:00
..
acceler.c
asdl_c.py bpo-32571: Avoid raising unneeded AttributeError and silencing it in C code (GH-5222) 2018-01-25 17:49:40 +09:00
asdl.py
bitset.c
firstsets.c
grammar1.c bpo-31338 (#3374) 2017-09-14 18:13:16 -07:00
grammar.c
listnode.c
metagrammar.c
myreadline.c closes bpo-32460: ensure all non-static globals have initializers (#5061) 2017-12-31 10:04:13 -08:00
node.c
parser.c
parser.h bpo-32150: Expand tabs to spaces in C files. (#4583) 2017-11-28 17:56:10 +02:00
parsetok_pgen.c
parsetok.c
pgen.c
pgenmain.c bpo-32096: Remove obj and mem from _PyRuntime (#4532) 2017-11-24 12:09:24 +01:00
printgrammar.c
Python.asdl
tokenizer_pgen.c
tokenizer.c tokenizer: Remove unused tabs options (#4422) 2017-11-17 01:25:47 -08:00
tokenizer.h tokenizer: Remove unused tabs options (#4422) 2017-11-17 01:25:47 -08:00