Issue 988698: compiler.transformer fix for (a, b) = 1, 2 (original) (raw)

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/40539

classification

Title: compiler.transformer fix for (a, b) = 1, 2
Type: Stage:
Components: Interpreter Core Versions:

process

Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: mwh Nosy List: jepler, jpe, mwh
Priority: normal Keywords: patch

Created on 2004-07-10 23:44 by jpe, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
gexp-list-lhs.diff jpe,2004-07-10 23:44
test_transformer.py jpe,2004-07-10 23:47 Unit tests
Messages (3)
msg46349 - (view) Author: John Ehresman (jpe) * Date: 2004-07-10 23:44
This fixes bug 988613 in the compiler.transformer. A mimimal unittest file will also be attached.
msg46350 - (view) Author: Jeff Epler (jepler) Date: 2004-07-11 00:02
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
msg46351 - (view) Author: Michael Hudson (mwh) (Python committer) Date: 2004-07-12 13:17
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!
History
Date User Action Args
2022-04-11 14:56:05 admin set github: 40539
2004-07-10 23:44:45 jpe create