BPO | [33041](https://bugs.python.org/issue33041) --- | :--- Nosy | @vstinner, @serhiy-storchaka, @1st1, @miss-islington PRs | python/cpython#6052python/cpython#6053python/cpython#6060python/cpython#6062python/cpython#6110python/cpython#6140python/cpython#6141python/cpython#6142python/cpython#6154python/cpython#6199python/cpython#6595 Dependencies | bpo-17288: cannot jump from a 'return' or 'exception' trace eventbpo-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: ```python assignee = 'https://github.com/serhiy-storchaka' closed_at = created_at = labels = ['interpreter-core', '3.7', '3.8', 'type-crash'] title = 'Issues with "async for"' updated_at = user = 'https://github.com/serhiy-storchaka' ``` bugs.python.org fields: ```python activity = actor = 'vstinner' assignee = 'serhiy.storchaka' closed = True closed_date = closer = 'serhiy.storchaka' components = ['Interpreter Core'] creation = 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'] ```