Skip to content

Issues with "async for" #77222

Closed
Closed
@serhiy-storchaka

Description

@serhiy-storchaka
BPO 33041
Nosy @vstinner, @serhiy-storchaka, @1st1, @miss-islington
PRs
  • bpo-33041: Fixed bytecode generation for "async for" with a complex target. #6052
  • bpo-33041: Add missed error checks when compile "async for" #6053
  • [3.7] bpo-33041: Add missed error checks when compile "async for" (GH-6053) #6060
  • [3.6] [3.7] bpo-33041: Add missed error checks when compile "async for" (GH-6053) (GH-6060) #6062
  • bpo-33041: Add tests for jumps in/out of 'async with' blocks. #6110
  • [3.7] bpo-33041: Add tests for jumps in/out of 'async with' blocks. (GH-6110). #6140
  • [3.6] bpo-33041: Add tests for jumps in/out of 'async with' blocks. (GH-6110). #6141
  • bpo-33041: Rework compiling an "async for" loop. #6142
  • [3.7] bpo-33041: Fixed jumping if the function contains an "async for" loop. #6154
  • [3.6] bpo-33041: Fixed jumping if the function contains an "async for" loop. (GH-6154). #6199
  • bpo-33041: Fix downcast warning on Windows #6595
  • Dependencies
  • bpo-17288: cannot jump from a 'return' or 'exception' trace event
  • bpo-33026: Fix jumping out of "with" block
  • 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/serhiy-storchaka'
    closed_at = <Date 2018-03-23.13:47:54.971>
    created_at = <Date 2018-03-10.13:10:41.780>
    labels = ['interpreter-core', '3.7', '3.8', 'type-crash']
    title = 'Issues with "async for"'
    updated_at = <Date 2018-04-27.12:38:23.735>
    user = 'https://github.com/serhiy-storchaka'

    bugs.python.org fields:

    activity = <Date 2018-04-27.12:38:23.735>
    actor = 'vstinner'
    assignee = 'serhiy.storchaka'
    closed = True
    closed_date = <Date 2018-03-23.13:47:54.971>
    closer = 'serhiy.storchaka'
    components = ['Interpreter Core']
    creation = <Date 2018-03-10.13:10:41.780>
    creator = 'serhiy.storchaka'
    dependencies = ['17288', '33026']
    files = []
    hgrepos = []
    issue_num = 33041
    keywords = ['patch']
    message_count = 18.0
    messages = ['313526', '313527', '313538', '313539', '313543', '313553', '313555', '313772', '314029', '314034', '314035', '314038', '314134', '314305', '314306', '314310', '315837', '315838']
    nosy_count = 4.0
    nosy_names = ['vstinner', 'serhiy.storchaka', 'yselivanov', 'miss-islington']
    pr_nums = ['6052', '6053', '6060', '6062', '6110', '6140', '6141', '6142', '6154', '6199', '6595']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'crash'
    url = 'https://bugs.python.org/issue33041'
    versions = ['Python 3.6', 'Python 3.7', 'Python 3.8']

    Metadata

    Metadata

    Labels

    3.7 (EOL)end of life3.8 (EOL)end of lifeinterpreter-core(Objects, Python, Grammar, and Parser dirs)type-crashA hard crash of the interpreter, possibly with a core dump

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions