]> granicus.if.org Git - python/commit
Plug a leak in code_dealloc() (and reordered the deallocs to match the
authorGuido van Rossum <guido@python.org>
Fri, 25 Jul 1997 20:13:49 +0000 (20:13 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 25 Jul 1997 20:13:49 +0000 (20:13 +0000)
commit275558cb9fb813d02f89560a991a09903a52487c
tree9b9258fb85400efab54ddbd0aa4ffe99b71e9da7
parent9a876a45002f7d3b4c57a8b09706d1b69040a948
Plug a leak in code_dealloc() (and reordered the deallocs to match the
order of the variables in the declarations).

Also removed an entry in the TODO list that's done.
Python/compile.c