[Patches] [ python-Patches-1090482 ] Patch for bug 999042.

SourceForge.net noreply at sourceforge.net
Mon Sep 5 00:42:54 CEST 2005


Patches item #1090482, was opened at 2004-12-23 18:07
Message generated for change (Settings changed) made by nascheme
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1090482&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Parser/Compiler
Group: Python 2.5
Status: Open
Resolution: None
Priority: 5
Submitted By: Darek Suchojad (dsuch)
>Assigned to: Neil Schemenauer (nascheme)
Summary: Patch for bug 999042.

Initial Comment:
Hello, I believe this one-line patch fixes [999042]
"Compiler module doesn't handle global statement
correctly" bug.  Without setting the 'optimized' flag
compiler.pycodegen.CodeGenerator._nameOp always emits
STORE_NAME and not STORE_GLOBAL opcode. After applying
test_compiler passes fine.

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

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


More information about the Patches mailing list