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 levkivskyi
Recipients asvetlov, ericvw, levkivskyi, pablogsal, yselivanov
Date 2018-05-03.09:48:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1525340918.2.0.682650639539.issue33346@psf.upfronthosting.co.za>
In-reply-to
Content
My guess this is a consequence of the implicit function scope in comprehensions, see https://bugs.python.org/issue3692

I would say a proper solution would be to drop the implicit function scope in favour of other mechanisms, but this will require some work and discussions.
History
Date User Action Args
2018-05-03 09:48:38levkivskyisetrecipients: + levkivskyi, ericvw, asvetlov, yselivanov, pablogsal
2018-05-03 09:48:38levkivskyisetmessageid: <1525340918.2.0.682650639539.issue33346@psf.upfronthosting.co.za>
2018-05-03 09:48:38levkivskyilinkissue33346 messages
2018-05-03 09:48:38levkivskyicreate