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

Implement asyncio.create_task() shortcut #76492

Closed
asvetlov opened this issue Dec 13, 2017 · 4 comments
Closed

Implement asyncio.create_task() shortcut #76492

asvetlov opened this issue Dec 13, 2017 · 4 comments
Labels
3.7 (EOL) end of life stdlib Python modules in the Lib dir topic-asyncio type-feature A feature request or enhancement

Comments

@asvetlov
Copy link
Contributor

BPO 32311
Nosy @asvetlov, @1st1
PRs
  • bpo-32311: Implement asyncio.create_task() shortcut #4848
  • bpo-32311: Drop asyncio.create_task #5244
  • 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 2017-12-15.05:27:34.820>
    created_at = <Date 2017-12-13.20:28:03.608>
    labels = ['3.7', 'type-feature', 'library', 'expert-asyncio']
    title = 'Implement asyncio.create_task() shortcut'
    updated_at = <Date 2018-01-19.13:10:15.352>
    user = 'https://github.com/asvetlov'

    bugs.python.org fields:

    activity = <Date 2018-01-19.13:10:15.352>
    actor = 'asvetlov'
    assignee = 'none'
    closed = True
    closed_date = <Date 2017-12-15.05:27:34.820>
    closer = 'asvetlov'
    components = ['Library (Lib)', 'asyncio']
    creation = <Date 2017-12-13.20:28:03.608>
    creator = 'asvetlov'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 32311
    keywords = ['patch']
    message_count = 4.0
    messages = ['308325', '308364', '308366', '308375']
    nosy_count = 2.0
    nosy_names = ['asvetlov', 'yselivanov']
    pr_nums = ['4848', '5244']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue32311'
    versions = ['Python 3.7']

    @asvetlov asvetlov added 3.7 (EOL) end of life stdlib Python modules in the Lib dir topic-asyncio labels Dec 13, 2017
    @1st1
    Copy link
    Member

    1st1 commented Dec 14, 2017

    There's a lengthy discussion of this proposal over here: python/asyncio#477

    Guido there likes the idea of adding asyncio.create_task(), so let's add it.

    @asvetlov
    Copy link
    Contributor Author

    New changeset f74ef45 by Andrew Svetlov in branch 'master':
    bpo-32311: Implement asyncio.create_task() shortcut (bpo-4848)
    f74ef45

    @asvetlov asvetlov added the type-feature A feature request or enhancement label Dec 15, 2017
    @1st1
    Copy link
    Member

    1st1 commented Dec 15, 2017

    Thank you, Andrew!

    @asvetlov
    Copy link
    Contributor Author

    Thanks for careful review!

    @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 stdlib Python modules in the Lib dir topic-asyncio type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants