cpython/Parser
Neal Norwitz 2c4e4f9839 SF patch #1467512, fix double free with triple quoted string in standard build.
This was the result of inconsistent use of PyMem_* and PyObject_* allocators.
By changing to use PyObject_* allocator almost everywhere, this removes
the inconsistency.
2006-04-10 06:42:25 +00:00
..
Python.asdl Add lineno, col_offset to excephandler to enable future fix for 2006-04-04 04:00:23 +00:00
acceler.c [Patch #974633] Check PyObject_MALLOC return for error 2004-06-29 14:03:04 +00:00
asdl.py Patch #1440601: Add col_offset attribute to AST nodes. 2006-03-01 22:49:05 +00:00
asdl_c.py Make path calculation platform independent 2006-04-04 12:11:12 +00:00
bitset.c SF patch #1467512, fix double free with triple quoted string in standard build. 2006-04-10 06:42:25 +00:00
firstsets.c SF patch #1467512, fix double free with triple quoted string in standard build. 2006-04-10 06:42:25 +00:00
grammar.c SF patch #1467512, fix double free with triple quoted string in standard build. 2006-04-10 06:42:25 +00:00
grammar.mak Merge ast-branch to head 2005-10-20 19:59:25 +00:00
grammar1.c PyGrammar_LabelRepr(): sprintf -> PyOS_snprintf. 2001-12-04 03:36:01 +00:00
intrcheck.c Patch #975056 - fixes for restartable signals on *BSD. In addition, 2004-10-13 14:48:50 +00:00
listnode.c REMOVED all CWI, CNRI and BeOpen copyright markings. 2000-09-01 23:29:29 +00:00
metagrammar.c Changes from Jonathan Riehl to allow his pgen extension (PEP 269) to 2003-04-17 14:55:42 +00:00
myreadline.c SF patch #1467512, fix double free with triple quoted string in standard build. 2006-04-10 06:42:25 +00:00
node.c SF patch #1467512, fix double free with triple quoted string in standard build. 2006-04-10 06:42:25 +00:00
parser.c SF patch #1467512, fix double free with triple quoted string in standard build. 2006-04-10 06:42:25 +00:00
parser.h Patch #1440601: Add col_offset attribute to AST nodes. 2006-03-01 22:49:05 +00:00
parsetok.c Patch #1440601: Add col_offset attribute to AST nodes. 2006-03-01 22:49:05 +00:00
pgen.c SF patch #1467512, fix double free with triple quoted string in standard build. 2006-04-10 06:42:25 +00:00
pgenmain.c SF patch #1467512, fix double free with triple quoted string in standard build. 2006-04-10 06:42:25 +00:00
printgrammar.c REMOVED all CWI, CNRI and BeOpen copyright markings. 2000-09-01 23:29:29 +00:00
spark.py Whitespace normalization. 2005-12-25 23:18:31 +00:00
tokenizer.c SF patch #1467512, fix double free with triple quoted string in standard build. 2006-04-10 06:42:25 +00:00
tokenizer.h Patch #1440601: Add col_offset attribute to AST nodes. 2006-03-01 22:49:05 +00:00
tokenizer_pgen.c Patch #534304: Implement phase 1 of PEP 263. 2002-08-04 17:29:52 +00:00