Issue 32189: SyntaxError for yield expressions inside comprehensions & genexps

Issue32189

Created on 2017-12-01 04:57 by ncoghlan, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 4564 merged serhiy.storchaka, 2017-12-01 06:52
Messages (1)
msg307360 - (view) Author: Alyssa Coghlan (ncoghlan) * (Python committer) Date: 2017-12-01 04:57
This is the Python 3.8 follow-up to turn the DeprecationWarning from https://bugs.python.org/issue10544 into an unconditional SyntaxError.
History
Date User Action Args
2022-04-11 14:58:55adminsetgithub: 76370
2018-05-09 09:20:46serhiy.storchakasetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2017-12-01 06:52:51serhiy.storchakasetnosy: + serhiy.storchaka
pull_requests: + pull_request4572
components: + Interpreter Core
keywords: + patch
stage: needs patch -> patch review
2017-12-01 04:57:38ncoghlancreate