Issue 31708: Allow use of asynchronous generator expressions in synchronous functions (original ) (raw ) This issue has been migrated to GitHub: https://github.com/python/cpython/issues/75889
classification
Title :
Allow use of asynchronous generator expressions in synchronous functions
Type :
behavior
Stage :
resolved
Components :
Interpreter Core
Versions :
Python 3.7
process
Created on 2017-10-06 04:23 by yselivanov , last changed 2022-04-11 14:58 by admin . This issue is now closed .
Pull Requests
URL
Status
Linked
Edit
PR 3905
merged
yselivanov,2017-10-06 06:14
History
Date
User
Action
Args
2022-04-11 14:58:53
admin
set
github: 75889
2017-10-06 06:58:58
yselivanov
set
status: open -> closedresolution: fixedstage: patch review -> resolved
2017-10-06 06:58:30
yselivanov
set
messages: +
2017-10-06 06:27:23
yselivanov
set
nosy: + ncoghlan
2017-10-06 06:26:15
yselivanov
set
messages: +
2017-10-06 06:14:22
yselivanov
set
keywords: + patch stage: patch reviewpull_requests: + <pull%5Frequest3876>
2017-10-06 04:25:37
yselivanov
set
dependencies: + Drop support for asynchronous __aiter__ messages: +
2017-10-06 04:23:32
yselivanov
create