Vedran Čačić <ved...@gmail.com> added the comment:

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.

----------
nosy: +veky

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue41591>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to