summaryrefslogtreecommitdiffstats
path: root/Python/pyarena.c
Commit message (Collapse)AuthorAgeFilesLines
* fixed compilation with an ordinary C89 compilerFredrik Lundh2005-12-181-2/+2
|
* Cleanup a bit and make things more consistent.Neal Norwitz2005-12-181-7/+2
| | | | | Don't double check for NULLs and don't initialize if not necessary. No functional changes.
* Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines,Neal Norwitz2005-12-171-0/+133
simplifies a lot of error handling code, and fixes many memory leaks.