commit | b646547bb45fe1df6abefd94f892c633798d91d2 | [log] [tgz] |
---|---|---|
author | Alexandre Vassalotti <alexandre@peadrop.com> | Mon Jan 11 22:36:12 2010 +0000 |
committer | Alexandre Vassalotti <alexandre@peadrop.com> | Mon Jan 11 22:36:12 2010 +0000 |
tree | ef1add045741d309129266726f5ba45562184091 | |
parent | 0ca7452794bef03b66f56cc996a73cac066d0ec1 [diff] [blame] |
Issue #2333: Backport set and dict comprehensions syntax.
diff --git a/Include/symtable.h b/Include/symtable.h index a5f7652..081fd3b 100644 --- a/Include/symtable.h +++ b/Include/symtable.h
@@ -42,6 +42,7 @@ an argument */ int ste_lineno; /* first line of block */ int ste_opt_lineno; /* lineno of last exec or import * */ + int ste_tmpname; /* counter for listcomp temp vars */ struct symtable *ste_table; } PySTEntryObject;