[Patches] [ python-Patches-988698 ] compiler.transformer fix for (a, b) = 1, 2

SourceForge.net noreply at sourceforge.net
Sun Jul 11 02:02:28 CEST 2004


Patches item #988698, was opened at 2004-07-10 18:44
Message generated for change (Comment added) made by jepler
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=988698&group_id=5470

Category: Parser/Compiler
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: John Ehresman (jpe)
Assigned to: Jeremy Hylton (jhylton)
Summary: compiler.transformer fix for (a, b) = 1, 2

Initial Comment:
This fixes bug 988613 in the compiler.transformer.   A
mimimal unittest file will also be attached.

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

Comment By: Jeff Epler (jepler)
Date: 2004-07-10 19:02

Message:
Logged In: YES 
user_id=2772

This looks good to me.  It's the same change as in
Python/compile.c:com_assign_sequence() from version 2.302

http://cvs.sourceforge.net/viewcvs.py/python/python/dist/src/Python/compile.c?r1=2.301&r2=2.302

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

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


More information about the Patches mailing list