py: make closures work.

This commit is contained in:
Damien George
2013-12-30 22:32:17 +00:00
parent 8cc96a35e5
commit 6baf76e28b
14 changed files with 213 additions and 72 deletions

View File

@@ -49,7 +49,6 @@ typedef struct _scope_t {
int num_dict_params;
*/
int num_locals;
int num_cells;
int stack_size;
uint unique_code_id;
uint emit_options;