]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[Partial backport of r51218 | neal.norwitz -- the changes to ast.c, symtable.c,
authorAndrew M. Kuchling <amk@amk.ca>
Thu, 5 Oct 2006 18:37:08 +0000 (18:37 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Thu, 5 Oct 2006 18:37:08 +0000 (18:37 +0000)
commit978809518d823c6f67ed7be2563de52275ea8623
tree6aff228673a28d065642435586ccc6ed52b8dac7
parent9781e5d97e4648453b6b4d011b7252c1cb05656c
[Partial backport of r51218 | neal.norwitz -- the changes to ast.c, symtable.c,
 and _elementtree.c weren't applicable]

Klocwork made another run and found a bunch more problems.
This is the first batch of fixes that should be easy to verify based on context.
This fixes problem numbers: 220 (ast), 323-324 (symtable),
321-322 (structseq), 215 (array), 210 (hotshot), 182 (codecs), 209 (etree).
Modules/_codecsmodule.c
Modules/arraymodule.c
Objects/structseq.c