[issue32189] SyntaxError for yield expressions inside comprehensions & genexps

2018-05-09 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ _

[issue32189] SyntaxError for yield expressions inside comprehensions & genexps

2017-11-30 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- components: +Interpreter Core keywords: +patch nosy: +serhiy.storchaka pull_requests: +4572 stage: needs patch -> patch review ___ Python tracker ___

[issue32189] SyntaxError for yield expressions inside comprehensions & genexps

2017-11-30 Thread Nick Coghlan
New submission from Nick Coghlan : This is the Python 3.8 follow-up to turn the DeprecationWarning from https://bugs.python.org/issue10544 into an unconditional SyntaxError. -- messages: 307360 nosy: ncoghlan priority: normal severity: normal stage: needs patch status: open title: Synta