Message 316115 - Python tracker
Message316115
| 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:38 | levkivskyi | set | recipients: + levkivskyi, ericvw, asvetlov, yselivanov, pablogsal |
| 2018-05-03 09:48:38 | levkivskyi | set | messageid: <1525340918.2.0.682650639539.issue33346@psf.upfronthosting.co.za> |
| 2018-05-03 09:48:38 | levkivskyi | link | issue33346 messages |
| 2018-05-03 09:48:38 | levkivskyi | create | |