Issue 28492: C implementation of asyncio.Future doesn't set value of StopIteration correctly (original) (raw)
Issue28492
Created on 2016-10-20 19:42 by yselivanov, last changed 2022-04-11 14:58 by admin. This issue is now closed.
Messages (4) | ||
---|---|---|
msg279070 - (view) | Author: Yury Selivanov (yselivanov) * ![]() |
Date: 2016-10-20 19:42 |
Specifically when the result of the Future is tuple. | ||
msg279073 - (view) | Author: Roundup Robot (python-dev) ![]() |
Date: 2016-10-20 19:54 |
New changeset cfe2109ce2c0 by Yury Selivanov in branch '3.6': Issue #28492: Fix how StopIteration is raised in _asyncio.Future https://hg.python.org/cpython/rev/cfe2109ce2c0 New changeset 79b9257f3386 by Yury Selivanov in branch 'default': Merge 3.6 (issue #28492) https://hg.python.org/cpython/rev/79b9257f3386 | ||
msg279074 - (view) | Author: Yury Selivanov (yselivanov) * ![]() |
Date: 2016-10-20 19:56 |
Inada-san, please take a look at my commit if you have time. | ||
msg279103 - (view) | Author: Inada Naoki (methane) * ![]() |
Date: 2016-10-21 03:22 |
Confirmed, thank you. |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:58:38 | admin | set | github: 72678 |
2016-10-21 14:59:49 | yselivanov | set | stage: commit review -> resolved |
2016-10-21 03:22:42 | methane | set | messages: + |
2016-10-20 19:56:37 | yselivanov | set | status: open -> closedtype: behaviormessages: + resolution: fixedstage: commit review |
2016-10-20 19:54:59 | python-dev | set | nosy: + python-devmessages: + |
2016-10-20 19:42:44 | yselivanov | create |