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 con-f-use
Recipients con-f-use, serhiy.storchaka, xtreak
Date 2018-07-10.10:56:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1531220175.36.0.56676864532.issue34076@psf.upfronthosting.co.za>
In-reply-to
Content
Updated example with reversed variable order for reference. This really seems to be related to issue3692, but really not the same thing.

IMHO both `a` and `b` should be passed in a situation like this:

````
a = range(5)
b = range(3)
c = [x+y for x in a for y in b]
````
History
Date User Action Args
2018-07-10 10:56:15con-f-usesetrecipients: + con-f-use, serhiy.storchaka, xtreak
2018-07-10 10:56:15con-f-usesetmessageid: <1531220175.36.0.56676864532.issue34076@psf.upfronthosting.co.za>
2018-07-10 10:56:15con-f-uselinkissue34076 messages
2018-07-10 10:56:15con-f-usecreate