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.

Author veky
Recipients docs@python, shubh07, veky, wtaha
Date 2020-08-20.15:15:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1597936551.47.0.802416923743.issue41591@roundup.psfhosted.org>
In-reply-to
Content
This is not nested listcomp. Nested listcomp is a listcomp inside a listcomp. What you wrote is one listcomp, with two for-clauses. It does "desugar" into a nested loop, but that doesn't make it a nested listcomp.
History
Date User Action Args
2020-08-20 15:15:51vekysetrecipients: + veky, docs@python, shubh07, wtaha
2020-08-20 15:15:51vekysetmessageid: <1597936551.47.0.802416923743.issue41591@roundup.psfhosted.org>
2020-08-20 15:15:51vekylinkissue41591 messages
2020-08-20 15:15:51vekycreate