[Python-checkins] python/dist/src/Lib/compiler pycodegen.py, 1.65,
1.66
nascheme at users.sourceforge.net
nascheme at users.sourceforge.net
Sun Mar 21 10:18:53 EST 2004
Update of /cvsroot/python/python/dist/src/Lib/compiler
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16747
Modified Files:
pycodegen.py
Log Message:
Remove unused instance attributes.
Index: pycodegen.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/compiler/pycodegen.py,v
retrieving revision 1.65
retrieving revision 1.66
diff -C2 -d -r1.65 -r1.66
*** pycodegen.py 27 Jun 2003 12:32:39 -0000 1.65
--- pycodegen.py 21 Mar 2004 15:18:50 -0000 1.66
***************
*** 205,210 ****
self.locals = misc.Stack()
self.setups = misc.Stack()
- self.curStack = 0
- self.maxStack = 0
self.last_lineno = None
self._setupGraphDelegation()
--- 205,208 ----
More information about the Python-checkins
mailing list