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.

classification
Title: fix for nested list comprehensions (#406049)
Type: Stage:
Components: Interpreter Core Versions:
process
Status: closed Resolution: rejected
Dependencies: Superseder:
Assigned To: jhylton Nosy List: gvanrossum, jhylton, mwh
Priority: normal Keywords: patch

Created on 2001-03-05 18:31 by mwh, last changed 2022-04-10 16:03 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
nested-listcomps.diff mwh, 2001-03-05 18:56 but not upload the right file!
Messages (5)
msg36004 - (view) Author: Michael Hudson (mwh) (Python committer) Date: 2001-03-05 18:31
fix for #406049.  duh!
msg36005 - (view) Author: Michael Hudson (mwh) (Python committer) Date: 2001-03-05 18:55
Logged In: YES 
user_id=6656

trying again.  passes make test now.

now the numbers in the names of the list comp temporaries
increase throughout the file being compiled.
msg36006 - (view) Author: Michael Hudson (mwh) (Python committer) Date: 2001-03-05 18:56
Logged In: YES 
user_id=6656

upload the right file...
msg36007 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2001-03-12 00:22
Logged In: YES 
user_id=6380

Assigned to jeremy.  I've deleted the bogus files.
msg36008 - (view) Author: Jeremy Hylton (jhylton) (Python triager) Date: 2001-03-19 20:32
Logged In: YES 
user_id=31392

The patch should fix the symbol table, not the compiler.
History
Date User Action Args
2022-04-10 16:03:49adminsetgithub: 34069
2001-03-05 18:31:13mwhcreate