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

asyncio: Add loop.create_future method #71228

Closed
1st1 opened this issue May 16, 2016 · 7 comments
Closed

asyncio: Add loop.create_future method #71228

1st1 opened this issue May 16, 2016 · 7 comments
Assignees
Labels
topic-asyncio type-feature A feature request or enhancement

Comments

@1st1
Copy link
Member

1st1 commented May 16, 2016

BPO 27041
Nosy @gvanrossum, @vstinner, @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 = 'https://github.com/1st1'
closed_at = <Date 2016-05-17.03:06:43.329>
created_at = <Date 2016-05-16.19:21:34.184>
labels = ['type-feature', 'expert-asyncio']
title = 'asyncio: Add loop.create_future method'
updated_at = <Date 2016-05-17.05:49:08.979>
user = 'https://github.com/1st1'

bugs.python.org fields:

activity = <Date 2016-05-17.05:49:08.979>
actor = 'vstinner'
assignee = 'yselivanov'
closed = True
closed_date = <Date 2016-05-17.03:06:43.329>
closer = 'yselivanov'
components = ['asyncio']
creation = <Date 2016-05-16.19:21:34.184>
creator = 'yselivanov'
dependencies = []
files = []
hgrepos = []
issue_num = 27041
keywords = []
message_count = 7.0
messages = ['265724', '265730', '265736', '265739', '265740', '265751', '265756']
nosy_count = 4.0
nosy_names = ['gvanrossum', 'vstinner', 'python-dev', 'yselivanov']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue27041'
versions = ['Python 3.5', 'Python 3.6']

@1st1
Copy link
Member Author

1st1 commented May 16, 2016

This is a proxy issue for python/asyncio#290

@1st1 1st1 self-assigned this May 16, 2016
@1st1 1st1 added topic-asyncio type-feature A feature request or enhancement labels May 16, 2016
@1st1 1st1 closed this as completed May 16, 2016
@python-dev
Copy link
Mannequin

python-dev mannequin commented May 16, 2016

New changeset 32ceaad6243d by Yury Selivanov in branch '3.5':
Issue bpo-27041: asyncio: Add loop.create_future method
https://hg.python.org/cpython/rev/32ceaad6243d

New changeset fc7b366c4c8a by Yury Selivanov in branch 'default':
Merge 3.5 (Issue bpo-27041)
https://hg.python.org/cpython/rev/fc7b366c4c8a

@vstinner
Copy link
Member

resolution: -> fixed

Hum, it looks like the change is now documented in asyncio doc :-(

https://docs.python.org/dev/library/asyncio-eventloop.html#tasks

@vstinner vstinner reopened this May 16, 2016
@1st1
Copy link
Member Author

1st1 commented May 16, 2016

@1st1
Copy link
Member Author

1st1 commented May 16, 2016

@1st1
Copy link
Member Author

1st1 commented May 17, 2016

@1st1 1st1 closed this as completed May 17, 2016
@vstinner
Copy link
Member

Thanks.

@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
topic-asyncio type-feature A feature request or enhancement
Projects
None yet
Development

No branches or pull requests

2 participants