Skip to content

Improve the C code for calling Python code: _PyEval_EvalCode() #87156

@markshannon

Description

@markshannon
BPO 42990
Nosy @gvanrossum, @brettcannon, @rhettinger, @vstinner, @encukou, @markshannon, @serhiy-storchaka, @1st1
PRs
  • bpo-42990: Introduce 'frame constructor' struct to simplify API for PyEval_CodeEval and friends #24298
  • bpo-42990: Further refactoring of PyEval_ functions. #24368
  • bpo-42990: Add __builtins__ attribute to functions #24559
  • bpo-42990: Functions inherit current builtins #24564
  • bpo-42990: Refactor _PyFrame_New_NoTrack() #24566
  • 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 = <Date 2021-03-17.21:00:33.189>
    created_at = <Date 2021-01-21.16:05:52.112>
    labels = ['interpreter-core', '3.10']
    title = 'Improve the C code for calling Python code: _PyEval_EvalCode()'
    updated_at = <Date 2021-03-17.21:00:33.189>
    user = 'https://github.com/markshannon'

    bugs.python.org fields:

    activity = <Date 2021-03-17.21:00:33.189>
    actor = 'vstinner'
    assignee = 'Mark.Shannon'
    closed = True
    closed_date = <Date 2021-03-17.21:00:33.189>
    closer = 'vstinner'
    components = ['Interpreter Core']
    creation = <Date 2021-01-21.16:05:52.112>
    creator = 'Mark.Shannon'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 42990
    keywords = ['patch']
    message_count = 25.0
    messages = ['385432', '385491', '385500', '385908', '386061', '387187', '387190', '387192', '387196', '387199', '387223', '387233', '387243', '387244', '387245', '387260', '387304', '387306', '387340', '387341', '387345', '387377', '387401', '387408', '388969']
    nosy_count = 8.0
    nosy_names = ['gvanrossum', 'brett.cannon', 'rhettinger', 'vstinner', 'petr.viktorin', 'Mark.Shannon', 'serhiy.storchaka', 'yselivanov']
    pr_nums = ['24298', '24368', '24559', '24564', '24566']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue42990'
    versions = ['Python 3.10']

    Metadata

    Metadata

    Assignees

    Labels

    3.10only security fixesinterpreter-core(Objects, Python, Grammar, and Parser dirs)

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions