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

SourceForge.net noreply at sourceforge.net
Mon Jul 12 15:17:14 CEST 2004


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

Category: Parser/Compiler
Group: None
>Status: Closed
>Resolution: Accepted
Priority: 5
Submitted By: John Ehresman (jpe)
>Assigned to: Michael Hudson (mwh)
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: Michael Hudson (mwh)
Date: 2004-07-12 14:17

Message:
Logged In: YES 
user_id=6656

Life's too short to wait for Jeremy :-)

Applied as

Lib/compiler/transformer.py revision 1.40
Lib/test/test_transformer.py revision 1.1

Thanks!

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

Comment By: Jeff Epler (jepler)
Date: 2004-07-11 01: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