]> granicus.if.org Git - python/commit
SF patch #1467512, fix double free with triple quoted string in standard build.
authorNeal Norwitz <nnorwitz@gmail.com>
Mon, 10 Apr 2006 06:42:25 +0000 (06:42 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Mon, 10 Apr 2006 06:42:25 +0000 (06:42 +0000)
commit2c4e4f98397bcc591ad3a551e1e57cea0e2bd986
treef200b67e22e157d409945e29f400e9766eb61beb
parent65c05b20e97a493b917fa71f10535512c713c662
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.
Parser/bitset.c
Parser/firstsets.c
Parser/grammar.c
Parser/myreadline.c
Parser/node.c
Parser/parser.c
Parser/pgen.c
Parser/pgenmain.c
Parser/tokenizer.c