Skip to content

Remove the usage of the C stack in Python to Python calls #89419

Closed
@pablogsal

Description

@pablogsal
BPO 45256
Nosy @gvanrossum, @pmp-p, @markshannon, @serhiy-storchaka, @zooba, @ctismer, @corona10, @pablogsal, @brandtbucher, @Fidget-Spinner, @thesamesam
PRs
  • bpo-45256: Remove the usage of the C stack in Python to Python calls #28488
  • bpo-45256: Small cleanups for the code that inlines Python-to-Python calls in ceval.c #28836
  • bpo-45256: Fix cleanup of stolen locals for Python-to-Python calls #28905
  • bpo-45256: Avoid C calls for more Python to Python calls. #28937
  • bpo-45256: Rationalize code around Python-to-Python calls a bit. #29235
  • bpo-45256: Don't call at the C level when calling bound-methods from Python code. #29238
  • bpo-45256: Don't track the exact depth of each InterpreterFrame #30372
  • 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 2022-01-06.12:52:24.256>
    created_at = <Date 2021-09-21.10:41:59.834>
    labels = ['3.11']
    title = 'Remove the usage of the C stack in Python to Python calls'
    updated_at = <Date 2022-01-06.12:52:24.256>
    user = 'https://github.com/pablogsal'

    bugs.python.org fields:

    activity = <Date 2022-01-06.12:52:24.256>
    actor = 'Mark.Shannon'
    assignee = 'none'
    closed = True
    closed_date = <Date 2022-01-06.12:52:24.256>
    closer = 'Mark.Shannon'
    components = []
    creation = <Date 2021-09-21.10:41:59.834>
    creator = 'pablogsal'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 45256
    keywords = ['patch']
    message_count = 21.0
    messages = ['402311', '402429', '402430', '402485', '402491', '402504', '402518', '402546', '402763', '402766', '402767', '402780', '402785', '403538', '403543', '403832', '404166', '405109', '405193', '406462', '409753']
    nosy_count = 11.0
    nosy_names = ['gvanrossum', 'pmpp', 'Mark.Shannon', 'serhiy.storchaka', 'steve.dower', 'Christian.Tismer', 'corona10', 'pablogsal', 'brandtbucher', 'kj', 'thesamesam']
    pr_nums = ['28488', '28836', '28905', '28937', '29235', '29238', '30372']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue45256'
    versions = ['Python 3.11']

    Linked PRs

    Metadata

    Metadata

    Assignees

    No one assigned

      Labels

      3.11only security fixes

      Projects

      No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions