]> granicus.if.org Git - python/commit
Write a separate ast_for_testlist_gexp() function instead of overloading
authorNeil Schemenauer <nascheme@enme.ucalgary.ca>
Tue, 25 Oct 2005 07:54:54 +0000 (07:54 +0000)
committerNeil Schemenauer <nascheme@enme.ucalgary.ca>
Tue, 25 Oct 2005 07:54:54 +0000 (07:54 +0000)
commitc5dd10aa1d444c301750b286f28ec43571a0578f
tree80470fd6704cfdf2603b23931f437dddabd3fa77
parentc396d9edd6bb42778bc8ced808f90cb0adf9c312
Write a separate ast_for_testlist_gexp() function instead of overloading
ast_for_testlist().  Also, write a ast_for_class_bases() function and in
the process fix a memory leak.  Add some assertions.
Python/ast.c