diff options
Diffstat (limited to 'Lib/compiler/pycodegen.py')
| -rw-r--r-- | Lib/compiler/pycodegen.py | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/Lib/compiler/pycodegen.py b/Lib/compiler/pycodegen.py index 009afbd09d..292e859a95 100644 --- a/Lib/compiler/pycodegen.py +++ b/Lib/compiler/pycodegen.py @@ -204,8 +204,6 @@ class CodeGenerator:          self.checkClass()          self.locals = misc.Stack()          self.setups = misc.Stack() -        self.curStack = 0 -        self.maxStack = 0          self.last_lineno = None          self._setupGraphDelegation()          self._div_op = "BINARY_DIVIDE" | 
