]> granicus.if.org Git - python/commit
* Fix a refleak of *_attributes.
authorNeal Norwitz <nnorwitz@gmail.com>
Mon, 3 Apr 2006 04:50:58 +0000 (04:50 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Mon, 3 Apr 2006 04:50:58 +0000 (04:50 +0000)
commit19379f18a6ba7f8baf695f9340eb1ab21a85771e
treebe61b8559ed74aeac7163f929ded4b64a2f42eb0
parent92e212f7d95f4c1071f6e2ea0b85cfb36a562814
* Fix a refleak of *_attributes.
* Cleanup formatting a bit (add spaces).
* Move static var initialized inside init_types() since that's the only place
  it's used.
Parser/asdl_c.py
Python/Python-ast.c