This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author staschuk
Recipients
Date 2003-07-01.17:31:21
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=666873

Just noticed another alternative: leave the checking of 
whether a global statement declares a function parameter 
global to the later pass.  There's already a check for this 
condition in symtable_load_symbols (with a different error 
message, which is a subject for another patch).

The problem with this idea is that it breaks 
symtable.symtable(), which only uses symtable_build.  Thus this 
function would no longer raise SyntaxErrors for this case.
History
Date User Action Args
2007-08-23 15:28:06adminlinkissue763201 messages
2007-08-23 15:28:06admincreate