0
0
mirror of https://github.com/python/cpython.git synced 2024-11-29 17:07:13 +01:00
cpython/Parser
Neal Norwitz adb69fcdff Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines,
simplifies a lot of error handling code, and fixes many memory leaks.
2005-12-17 20:54:49 +00:00
..
acceler.c [Patch #974633] Check PyObject_MALLOC return for error 2004-06-29 14:03:04 +00:00
asdl_c.py Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines, 2005-12-17 20:54:49 +00:00
asdl.py Merge ast-branch to head 2005-10-20 19:59:25 +00:00
bitset.c
firstsets.c
grammar1.c
grammar.c Fix for SF 780407. 2004-03-20 22:34:14 +00:00
grammar.mak Merge ast-branch to head 2005-10-20 19:59:25 +00:00
intrcheck.c Patch #975056 - fixes for restartable signals on *BSD. In addition, 2004-10-13 14:48:50 +00:00
listnode.c
metagrammar.c
myreadline.c In a threads-disabled build, typing Ctrl-C into a raw_input() crashed, 2005-04-07 10:11:19 +00:00
node.c
parser.c
parser.h
parsetok.c Prevent unlikely memory leak, tok should always be freed when parsetok() returns 2005-11-15 04:54:23 +00:00
pgen.c
pgenmain.c - Fix segfault with invalid coding. 2005-10-02 01:48:49 +00:00
printgrammar.c
Python.asdl Thou shalt not lie, there are really 5 types now 2005-11-15 04:52:16 +00:00
spark.py Merge ast-branch to head 2005-10-20 19:59:25 +00:00
tokenizer_pgen.c
tokenizer.c Fix some more memory leaks. 2005-11-16 05:12:59 +00:00
tokenizer.h