[Patches] [ python-Patches-522279 ] transformer.py nodes shadows global

noreply@sourceforge.net noreply@sourceforge.net
Sun, 24 Feb 2002 18:07:53 -0800


Patches item #522279, was opened at 2002-02-24 18:07
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=522279&group_id=5470

Category: Parser/Compiler
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Evelyn Mitchell (efm)
Assigned to: Nobody/Anonymous (nobody)
Summary: transformer.py nodes shadows global

Initial Comment:
pychecker complains:
transformer.py:295: Local variable (nodes) shadows
global defined on line 0
transformer.py:297: Local variable (nodes) shadows
global defined on line 0
transformer.py:298: Local variable (nodes) shadows
global defined on line 0

I renamed nodes to nodesl (because nodelist was in
scope).

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=522279&group_id=5470