Issue 32189: SyntaxError for yield expressions inside comprehensions & genexps (original) (raw)

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:55 admin set github: 76370
2018-05-09 09:20:46 serhiy.storchaka set status: open -> closedresolution: fixedstage: patch review -> resolved
2017-12-01 06:52:51 serhiy.storchaka set nosy: + serhiy.storchakapull_requests: + <pull%5Frequest4572>components: + Interpreter Corekeywords: + patchstage: needs patch -> patch review
2017-12-01 04:57:38 ncoghlan create