Skip to content

Handle generator (and coroutine) state in the bytecode. #87849

Closed
@markshannon

Description

@markshannon
BPO 43683
Nosy @markshannon, @pablogsal, @sweeneyde, @dpgeorge
PRs
  • bpo-43683: Handle check for sending None to starting generator and coroutine in the bytecode. #25137
  • bpo-43683: Handle generator entry in bytecode #25138
  • bpo-43683: Minor corrections. #25224
  • bpo-43683: bump the bytecode magic number #25225
  • bpo-43683: Streamline YIELD_VALUE and SEND #30723
  • 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/markshannon'
    closed_at = None
    created_at = <Date 2021-03-31.16:45:03.337>
    labels = ['3.11', '3.10', 'performance']
    title = 'Handle generator (and coroutine) state in the bytecode.'
    updated_at = <Date 2022-01-24.11:08:57.165>
    user = 'https://github.com/markshannon'

    bugs.python.org fields:

    activity = <Date 2022-01-24.11:08:57.165>
    actor = 'Mark.Shannon'
    assignee = 'Mark.Shannon'
    closed = False
    closed_date = None
    closer = None
    components = []
    creation = <Date 2021-03-31.16:45:03.337>
    creator = 'Mark.Shannon'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 43683
    keywords = ['patch']
    message_count = 15.0
    messages = ['389919', '390305', '390354', '404564', '405081', '405083', '405096', '407983', '407987', '407988', '408006', '408009', '409725', '409751', '411465']
    nosy_count = 4.0
    nosy_names = ['Mark.Shannon', 'pablogsal', 'Dennis Sweeney', 'dpgeorge']
    pr_nums = ['25137', '25138', '25224', '25225', '30723']
    priority = None
    resolution = None
    stage = 'patch review'
    status = 'open'
    superseder = None
    type = 'performance'
    url = 'https://bugs.python.org/issue43683'
    versions = ['Python 3.10', 'Python 3.11']

    Linked PRs

    Metadata

    Metadata

    Assignees

    Labels

    3.10only security fixes3.11only security fixes3.12only security fixesperformancePerformance or resource usage

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions