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

Fix asyncio to support formatting of non-python coroutines #72558

Closed
1st1 opened this issue Oct 5, 2016 · 2 comments
Closed

Fix asyncio to support formatting of non-python coroutines #72558

1st1 opened this issue Oct 5, 2016 · 2 comments
Assignees
Labels
3.7 (EOL) end of life topic-asyncio type-feature A feature request or enhancement

Comments

@1st1
Copy link
Member

1st1 commented Oct 5, 2016

BPO 28372
Nosy @gvanrossum, @1st1
PRs
  • [Do Not Merge] Convert Misc/NEWS so that it is managed by towncrier #552
  • 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-10-05.23:31:35.899>
    created_at = <Date 2016-10-05.23:31:28.708>
    labels = ['type-feature', '3.7', 'expert-asyncio']
    title = 'Fix asyncio to support formatting of non-python coroutines'
    updated_at = <Date 2017-03-31.16:36:32.932>
    user = 'https://github.com/1st1'

    bugs.python.org fields:

    activity = <Date 2017-03-31.16:36:32.932>
    actor = 'dstufft'
    assignee = 'yselivanov'
    closed = True
    closed_date = <Date 2016-10-05.23:31:35.899>
    closer = 'yselivanov'
    components = ['asyncio']
    creation = <Date 2016-10-05.23:31:28.708>
    creator = 'yselivanov'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 28372
    keywords = []
    message_count = 2.0
    messages = ['278159', '278160']
    nosy_count = 3.0
    nosy_names = ['gvanrossum', 'python-dev', 'yselivanov']
    pr_nums = ['552']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue28372'
    versions = ['Python 3.5', 'Python 3.6', 'Python 3.7']

    @1st1
    Copy link
    Member Author

    1st1 commented Oct 5, 2016

    Like the ones that were compiled with Cython.

    @1st1 1st1 added the 3.7 (EOL) end of life label Oct 5, 2016
    @1st1 1st1 self-assigned this Oct 5, 2016
    @1st1 1st1 added topic-asyncio type-feature A feature request or enhancement labels Oct 5, 2016
    @1st1 1st1 closed this as completed Oct 5, 2016
    @python-dev
    Copy link
    Mannequin

    python-dev mannequin commented Oct 5, 2016

    New changeset 7bacd209ac4f by Yury Selivanov in branch '3.5':
    Issue bpo-28372: Fix asyncio to support formatting of non-python coroutines
    https://hg.python.org/cpython/rev/7bacd209ac4f

    New changeset f7550d535878 by Yury Selivanov in branch '3.6':
    Merge 3.5 (issue bpo-28372)
    https://hg.python.org/cpython/rev/f7550d535878

    New changeset 8bc3e9754b3d by Yury Selivanov in branch 'default':
    Merge 3.6 (issue bpo-28372)
    https://hg.python.org/cpython/rev/8bc3e9754b3d

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

    No branches or pull requests

    1 participant