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 arigo
Recipients
Date 2005-08-04.10:28:57
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The stdlib compiler package produces wrong code for
"global a; a=5".  It produces a STORE_NAME instead of a
STORE_GLOBAL.

Quick patch from Michael attached.
History
Date User Action Args
2007-08-23 15:43:36adminlinkissue1251748 messages
2007-08-23 15:43:36admincreate