asyncio.ensure_future() breaks implicit exception chaining · Issue #84646 · python/cpython · GitHub
Skip to content

asyncio.ensure_future() breaks implicit exception chaining #84646

Description

@cjerdonek
BPO 40466
Nosy @asvetlov, @cjerdonek, @1st1
PRs
  • bpo-29587: Enable exception chaining for gen.throw() with "yield from" #19858
  • 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 2020-05-06.10:36:11.392>
    created_at = <Date 2020-05-01.09:57:11.661>
    labels = ['3.8', 'type-bug', '3.7', '3.9', 'expert-asyncio']
    title = 'asyncio.ensure_future() breaks implicit exception chaining'
    updated_at = <Date 2020-05-06.10:36:11.391>
    user = 'https://github.com/cjerdonek'

    bugs.python.org fields:

    activity = <Date 2020-05-06.10:36:11.391>
    actor = 'chris.jerdonek'
    assignee = 'none'
    closed = True
    closed_date = <Date 2020-05-06.10:36:11.392>
    closer = 'chris.jerdonek'
    components = ['asyncio']
    creation = <Date 2020-05-01.09:57:11.661>
    creator = 'chris.jerdonek'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 40466
    keywords = ['patch']
    message_count = 3.0
    messages = ['367832', '367925', '368232']
    nosy_count = 3.0
    nosy_names = ['asvetlov', 'chris.jerdonek', 'yselivanov']
    pr_nums = ['19858']
    priority = 'normal'
    resolution = 'duplicate'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue40466'
    versions = ['Python 3.6', 'Python 3.7', 'Python 3.8', 'Python 3.9']

    Activity

    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

    Metadata

    Metadata

    Assignees

    No one assigned

      Projects

      No projects

        Milestone

        No milestone

        Relationships

        None yet

        Development

        No branches or pull requests

        Issue actions