Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

C implementation of asyncio.Future doesn't set value of StopIteration correctly #72678

Closed
1st1 opened this issue Oct 20, 2016 · 4 comments
Closed
Labels
3.7 (EOL) end of life topic-asyncio type-bug An unexpected behavior, bug, or error

Comments

@1st1
Copy link
Member

1st1 commented Oct 20, 2016

BPO 28492
Nosy @gvanrossum, @methane, @1st1

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2016-10-20.19:56:37.102>
created_at = <Date 2016-10-20.19:42:44.066>
labels = ['type-bug', '3.7', 'expert-asyncio']
title = "C implementation of asyncio.Future doesn't set value of StopIteration correctly"
updated_at = <Date 2016-10-21.14:59:49.227>
user = 'https://github.com/1st1'

bugs.python.org fields:

activity = <Date 2016-10-21.14:59:49.227>
actor = 'yselivanov'
assignee = 'none'
closed = True
closed_date = <Date 2016-10-20.19:56:37.102>
closer = 'yselivanov'
components = ['asyncio']
creation = <Date 2016-10-20.19:42:44.066>
creator = 'yselivanov'
dependencies = []
files = []
hgrepos = []
issue_num = 28492
keywords = []
message_count = 4.0
messages = ['279070', '279073', '279074', '279103']
nosy_count = 4.0
nosy_names = ['gvanrossum', 'methane', 'python-dev', 'yselivanov']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue28492'
versions = ['Python 3.6', 'Python 3.7']

@1st1
Copy link
Member Author

1st1 commented Oct 20, 2016

Specifically when the result of the Future is tuple.

@python-dev
Copy link
Mannequin

python-dev mannequin commented Oct 20, 2016

New changeset cfe2109ce2c0 by Yury Selivanov in branch '3.6':
Issue bpo-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 bpo-28492)
https://hg.python.org/cpython/rev/79b9257f3386

@1st1
Copy link
Member Author

1st1 commented Oct 20, 2016

Inada-san, please take a look at my commit if you have time.

@1st1 1st1 closed this as completed Oct 20, 2016
@1st1 1st1 added the type-bug An unexpected behavior, bug, or error label Oct 20, 2016
@methane
Copy link
Member

methane commented Oct 21, 2016

Confirmed, thank you.

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.7 (EOL) end of life topic-asyncio type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

2 participants