]> granicus.if.org Git - python/commit
Ensure that compiler_exit_scope() is called as necessary to free memory
authorNeil Schemenauer <nascheme@enme.ucalgary.ca>
Tue, 25 Oct 2005 06:30:14 +0000 (06:30 +0000)
committerNeil Schemenauer <nascheme@enme.ucalgary.ca>
Tue, 25 Oct 2005 06:30:14 +0000 (06:30 +0000)
commitc396d9edd6bb42778bc8ced808f90cb0adf9c312
treebdbb14d4d28b26a0d600e482184d5076df72783c
parentd9cf593b496f4441990eda7680518418eb80d62e
Ensure that compiler_exit_scope() is called as necessary to free memory
allocated by compiler_enter_scope().  Change return type for
compiler_exit_scope() to be void.
Python/compile.c